forked from w3c/csswg-drafts
-
Notifications
You must be signed in to change notification settings - Fork 0
merge upstream #1
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
Open
gogoend
wants to merge
4,626
commits into
spec-dive:main
Choose a base branch
from
w3c:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or 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
…oup (#12344) * [css-view-transitions-1] Added authoring guidance re image-pair vs group
Removes borders from slider container elements.
…an an actual nested style rule.
…mit-mix(), when all parameters are omitted, is the initial value #11678
Co-authored-by: Jeremy Roman <jeremy@jeremyroman.com> Co-authored-by: Emilio Cobos Álvarez <emilio@crisal.io> Co-authored-by: Oriol Brufau <obrufau@igalia.com>
* [css-env-1] meta text-scale explainer * [css-env-1] Corrections to env explainer * [css-env-1] Convert MD to HTML table for rowspan
Also, fix a markup problem which made the parser unhappy in section 7.1.2.
…2215) * change highlightsFromPoint return type * add case for shadow elements + fix typos/style * add exposed=Window to HighlightHitResult interface * make HighlightHitResult a dictionary * address feedback - change algorithm to more imperative, expand example * PR feedback - use 'let', catch exceptions * don't catch exceptions
With @function, it becomes possible to have a "type mismatch" between an "outer" custom property and an "inner" custom property: @Property --x { syntax: "auto | red"; /* ... */ } @function --f(--x <color>: inherit) { result: var(--x); } div { --x: red; --f(); /* => ? */ } We have to address this somehow, and the obvious way seems to be making 'inherit' behave like "a var(--x) that resolves in the parent stack frame". This is essentially what inherit() does, which already exists in the spec.
…#12401) * [css-conditional-5] Define a range syntax for style container queries * Apply sembr and cleanup * Update css-conditional-5/Overview.bs --------- Co-authored-by: Tab Atkins Jr. <jackalmage@gmail.com>
This was resolved here: #10440 (comment) Base appearance for the select element and its picker is going to be published in the HTML spec very soon.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
[css-spec-shortname-1] Brief description which should also include the #issuenum-or-URL and/or link to relevant CSSWG minutes.
Copy the above line into the Title and replace with the relevant details. Fill in any additional details here. See https://github.com/w3c/csswg-drafts/blob/master/CONTRIBUTING.md for more info.