Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make it so that aspect ratio behaves like auto if it is 0 or inf #1696

Closed
wants to merge 1 commit into from

Conversation

joevilches
Copy link
Contributor

Summary: We do not validate the aspect ratio to ensure it is non zero and non inf in a lot of places. Per the spec, these values should act like auto. There is no auto keyword, but it is the default so I just set the style to a default FloatOptional in this case

Differential Revision: D62473161

Copy link

vercel bot commented Sep 10, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
yoga-website ✅ Ready (Inspect) Visit Preview 💬 Add feedback Sep 12, 2024 7:02pm

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62473161

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62473161

joevilches added a commit to joevilches/yoga that referenced this pull request Sep 12, 2024
…ebook#1696)

Summary:
X-link: facebook/react-native#46428

Pull Request resolved: facebook#1696

We do not validate the aspect ratio to ensure it is non zero and non inf in a lot of places. Per the spec, these values should act like auto. There is no auto keyword, but it is the default so I just set the style to a default FloatOptional in this case

Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D62473161
joevilches added a commit to joevilches/react-native that referenced this pull request Sep 12, 2024
…ebook#46428)

Summary:
Pull Request resolved: facebook#46428

X-link: facebook/yoga#1696

We do not validate the aspect ratio to ensure it is non zero and non inf in a lot of places. Per the spec, these values should act like auto. There is no auto keyword, but it is the default so I just set the style to a default FloatOptional in this case

Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D62473161
…ebook#1696)

Summary:
X-link: facebook/react-native#46428

Pull Request resolved: facebook#1696

We do not validate the aspect ratio to ensure it is non zero and non inf in a lot of places. Per the spec, these values should act like auto. There is no auto keyword, but it is the default so I just set the style to a default FloatOptional in this case

Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D62473161
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D62473161

joevilches added a commit to joevilches/react-native that referenced this pull request Sep 12, 2024
…ebook#46428)

Summary:
Pull Request resolved: facebook#46428

X-link: facebook/yoga#1696

We do not validate the aspect ratio to ensure it is non zero and non inf in a lot of places. Per the spec, these values should act like auto. There is no auto keyword, but it is the default so I just set the style to a default FloatOptional in this case

Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D62473161
facebook-github-bot pushed a commit to facebook/react-native that referenced this pull request Sep 12, 2024
)

Summary:
Pull Request resolved: #46428

X-link: facebook/yoga#1696

We do not validate the aspect ratio to ensure it is non zero and non inf in a lot of places. Per the spec, these values should act like auto. There is no auto keyword, but it is the default so I just set the style to a default FloatOptional in this case

Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D62473161

fbshipit-source-id: 6857de819538a7a87ce0a652e99f5a49992921ae
facebook-github-bot pushed a commit to facebook/litho that referenced this pull request Sep 12, 2024
Summary:
X-link: facebook/react-native#46428

X-link: facebook/yoga#1696

We do not validate the aspect ratio to ensure it is non zero and non inf in a lot of places. Per the spec, these values should act like auto. There is no auto keyword, but it is the default so I just set the style to a default FloatOptional in this case

Changelog: [Internal]

Reviewed By: NickGerleman

Differential Revision: D62473161

fbshipit-source-id: 6857de819538a7a87ce0a652e99f5a49992921ae
@facebook-github-bot
Copy link
Contributor

This pull request has been merged in a112a07.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants