8000 merge upstream by gogoend · Pull Request #1 · spec-dive/csswg-drafts · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

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
wants to merge 4,626 commits into
base: main
Choose a base branch
from
Open

merge upstream #1

wants to merge 4,626 commits into from

Conversation

gogoend
Copy link
Collaborator
@gogoend gogoend commented Jul 31, 2022

[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.

svgeesus and others added 29 commits April 1, 2025 11:10
Defines that column-height creates a multicol container  #11975

Also defines column-wrap: auto #11754
Adds the proposed definition for the columns property. See #12050
Also correct markup for indeterminate progress element.
vmpstr and others added 30 commits June 17, 2025 15:22
…oup (#12344)

* [css-view-transitions-1] Added authoring guidance re image-pair vs group
Removes borders from slider container elements.
…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.
…12400)

This was only intended as a temporary "hold your horses" warning while
we figured the syntax space, but the design has been stable for years at
this point, and the notion of unexposed longhands brings its own set of
complexity.

See #10439
…#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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0