-
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
fix(macro): remove inline status macros from CSS value sections, part 2 #32820
Conversation
Preview URLs (30 pages)
Flaws (17)Note! 24 documents with no flaws that don't need to be listed. 🎉 URL:
URL:
URL:
URL:
URL:
URL:
External URLs (1)URL:
|
@@ -84,5 +84,5 @@ The text that provides the interactive control's accessible name can be hidden u | |||
|
|||
## See also | |||
|
|||
- {{CSSxRef(":-moz-only-whitespace")}} {{Non-standard_Inline}} – The {{glossary("Vendor_Prefix", "prefixed")}} implementation of the changes in [Selectors Level 4](https://drafts.csswg.org/selectors-4/#the-empty-pseudo) | |||
- {{CSSxRef(":blank")}} {{Experimental_Inline}} | |||
- {{CSSxRef(":-moz-only-whitespace")}} – The {{glossary("Vendor_Prefix", "prefixed")}} implementation of the changes in [Selectors Level 4](https://drafts.csswg.org/selectors-4/#the-empty-pseudo) |
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.
Just FMI, does the scripting add inline markup to See also as well?
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.
There were status badges in 'See also' lists (and many weird places) way before the bot was put in place. So the bot targeted all the lists.
But now we've modified the bot to only consider definition lists <dt><dl>
. And after these PRs, CSS pages won't see any inline status badges till we conclude how to represent status badges discussion.
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.
LGTM - thanks
Removing inline macros from rest of the pages.
ping @wbamberg