-
Notifications
You must be signed in to change notification settings - Fork 22.5k
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
CSS module: Conditional rules #31387
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Preview URLs
Flaws (2)URL:
URL:
(comment last updated: 2024-01-09 09:16:22) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@estelle more great work, thanks for this. I've left you some comments and suggestions, but nothing too serious.
files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md
Show resolved
Hide resolved
Co-authored-by: Chris Mills <[email protected]>
…s/index.md Co-authored-by: Chris Mills <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for all the additional work on this one, @estelle; this is now looking much better.
I had a few additional comments on the new text you added, and I think the examples still need some work. Much closer now, however.
files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Chris Mills <[email protected]>
Thanks @chrisdavidmills ! |
files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md
Outdated
Show resolved
Hide resolved
…s/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@estelle IMO, the article wording is perfect now. I just made a small tweak to the AccentColor
example as some of the wording didn't seem to reflect what the example was doing. You can check my change in df55654 to make sure you are happy with it.
I still have concerns over the embedded GH examples though — it looks like you've not addressed these comments:
It would help if i saved files before committing them ;) |
@estelle inching closer. The example at https://mdn.github.io/css-examples/feature-queries/simple.html (the one embedded below the paragraph that starts "As another example, if you want to check if a browser supports...") is still using red to indicate support. |
The files in other repos have been updated. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@estelle perfect, thanks for all the great work here. I'll get this merged.
* First pass: rewrite mod landing page * add note about non-implemented at-rules per generated content example * functions, terms, guide outline * files/en-us/web/css/css_conditional_rules/using_feature_queries * spec urls, terms, guides, etc * rewrite FQ guide * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * lint kinda works * last links for module page * terms * Apply suggestions from code review Co-authored-by: Chris Mills <[email protected]> * Update files/en-us/web/css/css_conditional_rules/index.md * Update files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md Co-authored-by: Chris Mills <[email protected]> * fix typos * comment before each code example explaining what version of a support query it is * grammar * add selector example * Apply suggestions from code review Co-authored-by: Chris Mills <[email protected]> * missing period * Small tweaks to AccentColor example * Update files/en-us/web/css/css_conditional_rules/using_feature_queries/index.md Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Chris Mills <[email protected]>
New (rewrite) module landing page.
Rewrite the Feature Queries guide.