-
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
docs(css): Add support for <string>
in syntax
descriptor of @property at-rule
#36655
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
dipikabh
requested review from
chrisdavidmills
and removed request for
a team
November 5, 2024 04:27
github-actions
bot
added
Content:CSS
Cascading Style Sheets docs
size/m
[PR only] 51-500 LoC changed
labels
Nov 5, 2024
Preview URLs
External URLs (1)URL:
(comment last updated: 2024-11-19 09:01:39) |
github-actions
bot
added
the
Content:Firefox
Content in the Mozilla/Firefox subtree
label
Nov 5, 2024
bsmth
reviewed
Nov 14, 2024
bsmth
reviewed
Nov 14, 2024
bsmth
reviewed
Nov 14, 2024
bsmth
reviewed
Nov 14, 2024
bsmth
approved these changes
Nov 14, 2024
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.
Looking really good, thanks a lot! 👍🏻
wbamberg
added a commit
to wbamberg/content
that referenced
this pull request
Nov 27, 2024
* origin/xss-guide: (284 commits) Add information on default entryPoint property values (mdn#36633) Bump husky from 9.1.6 to 9.1.7 (mdn#36863) fix(performance): Typo '50ms seconds' (mdn#36861) Add spec_url & add note for bcd for `<frequency>` and `<frequency-percentage>` (mdn#36848) addresses 36583: summary icon styles (mdn#36691) Remove "simple" part 3: change to "basic" (mdn#36762) the default option of a select (mdn#36658) docs(css): Add support for `<string>` in `syntax` descriptor of @Property at-rule (mdn#36655) Fix parameter syntax for `Navigation.updateCurrentEntry()` (mdn#36852) Update CSP source expression reference (mdn#36792) chore(http): Refresh headers docs (d-k) (mdn#36075) chore(http): Refresh headers r-s (mdn#36590) Updated index.md (mdn#36845) fix : wrong method name (mdn#36843) Remove all redirects to other locales (mdn#36811) fix typos (mdn#36837) docs: update Accept-Charset status (mdn#36822) updateSelection: make more intuitive (mdn#36834) updateText: Remove false information (mdn#36832) DOMRect instance properties (mdn#36704) ...
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
Content:Firefox
Content in the Mozilla/Firefox subtree
size/m
[PR only] 51-500 LoC changed
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
With the update of the "CSS Properties and Values API" specification via w3c/css-houdini-drafts#1104,
<string>
is now a supported syntax component name.The update has also been shipped in stable versions of Firefox and Chrome (BCD).
This PR adds
<string>
to the list on thesyntax
page.Additional details
This PR also updates the
@property
at-rule and its related descriptors:inherits
,initial-value
, andsyntax
.Some common updates across the pages include:
Intro para
"Syntax" section
@property
: Updated so that it is a complete example (replaced--property-name
) and is different from the one used in the "Examples" sectionsyntax
page)"Values" section
"Examples" section
"See also" section
@property
descriptor pagesPage-specific updates
@property
pagesyntax
details to thesyntax
descriptor reference page@property
@property/syntax
page*
"<length-percentage>"
Related issues
#28838