You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm requesting a TAG review of improvements to <details> styling that address styling of the widget structure.
This is a set of changes to make the <details> and <summary> elements more stylable, with the overall goal of making issues with styleability no longer be an obstacle that prevents the use of HTML's built-in elements for this type of widget.
Also: Earlier explainer for scoping out the overall project: https://dbaron.github.io/details-styling/ ; there may be a later phase to address marker styling but that is independent from this work to address styling the main structure of the widget.
Security and Privacy self-review²: Mostly not relevant since this is not adding new capabilities but only improving the ability to combine existing capabilities.
Relevant time constraints or deadlines: hoping to ship this sooner rather than later
The group where the work on this specification is currently being done: Mix of Open UI Community Group, CSS Working Group, and WHATWG.
The group where standardization of this work is intended to be done (if current group is a community group or other incubation venue): CSS Working Group and WHATWG
Major unresolved issues with or opposition to this specification: No major unresolved issues currently known.
This work is being funded by: Google.
The text was updated successfully, but these errors were encountered:
+1 from me, this solves a longstanding author pain point. The spec should clarify what pseudo-classes and pseudo-elements can be used on ::details-content (apologies if it's there, I didn't see it). See ::part() for an example of wording.
The definition of ::details-content refers to the definition of a new part-like pseudo-element term, which is intended to make the rules for that equivalent to ::part(). Two of the things I'm hoping to do in the next few weeks are (1) implement that equivalence in the Chrome implementation and, while doing so, (2) verify that the spec actually makes the concepts match correctly.
こんにちは TAG-さん!
I'm requesting a TAG review of improvements to
<details>
styling that address styling of the widget structure.This is a set of changes to make the
<details>
and<summary>
elements more stylable, with the overall goal of making issues with styleability no longer be an obstacle that prevents the use of HTML's built-in elements for this type of widget.<details>
styling openui/open-ui#744 / improve styling of <details>/<summary> elements w3c/csswg-drafts#9879Further details:
The text was updated successfully, but these errors were encountered: