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

fix(css): fix visible and clip special cases on overflow page #34621

Merged
merged 2 commits into from
Jul 6, 2024

Conversation

OnkarRuikar
Copy link
Contributor

The PR updates the two statements as per spec:

The visible/clip values of overflow compute to auto/hidden (respectively) if one of overflow-x or overflow-y is neither visible nor clip.

Tested on Firefox. The new statements work as expected in Firefox.

@OnkarRuikar OnkarRuikar requested a review from a team as a code owner July 4, 2024 11:21
@OnkarRuikar OnkarRuikar requested review from chrisdavidmills and removed request for a team July 4, 2024 11:21
@github-actions github-actions bot added Content:CSS Cascading Style Sheets docs size/s [PR only] 6-50 LoC changed labels Jul 4, 2024
Copy link
Contributor

github-actions bot commented Jul 4, 2024

Preview URLs

(comment last updated: 2024-07-06 02:47:32)

Copy link
Contributor

@chrisdavidmills chrisdavidmills left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @OnkarRuikar. Reading the spec, it seems to me like your meaning is sound, but I thought the language could be a bit clearer to read, hence my suggestions.

files/en-us/web/css/overflow/index.md Outdated Show resolved Hide resolved
files/en-us/web/css/overflow/index.md Outdated Show resolved Hide resolved
Co-authored-by: Chris Mills <chrisdavidmills@gmail.com>
Copy link
Contributor

@chrisdavidmills chrisdavidmills left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@OnkarRuikar great stuff, let's get this merged. Thanks again!

@chrisdavidmills chrisdavidmills merged commit 17b9bcb into mdn:main Jul 6, 2024
8 checks passed
@OnkarRuikar OnkarRuikar deleted the css_overflow branch July 8, 2024 01:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Content:CSS Cascading Style Sheets docs size/s [PR only] 6-50 LoC changed
2 participants