L. David Baron
L. David Baron
Right now the [steps for registering a custom property](https://www.w3.org/TR/css-properties-values-api-1/#register-a-custom-property) appear to allow the initial value for registered properties that use the universal syntax definition ("*") to be a CSS-wide keyword...
I think the [paint() function](https://drafts.css-houdini.org/css-paint-api/#paint-notation) should perhaps take `` rather than ``, and forbid the CSS-wide keywords, etc. (This is what Blink implements.)
The [WICG charter](https://wicg.github.io/admin/charter.html) in the [section on Community and Business Group Process and Patent Policy](https://wicg.github.io/admin/charter.html#process) contains the text: > As with other Community Groups, W3C seeks organizational licensing commitments under...
### WebKittens _No response_ ### Title of the spec CSS calc-size() function ### URL to the spec https://drafts.csswg.org/css-values-5/#calc-size ### URL to the spec's repository https://github.com/w3c/csswg-drafts/issues ### Issue Tracker URL _No...
I've written a (still rather vague) [proposal for improvements to `` styling](https://github.com/dbaron/details-styling), which is somewhat related to the proposal in #725. I'm interested in thoughts (probably here rather than in...
### Proposal https://github.com/whatwg/html/pull/10265 is specifying changes to HTML that make it easier to style the `` element. These changes include defining how HTML supports the `::details-content` pseudo-element which is [defined...
### What is the issue with the HTML Standard? In https://github.com/whatwg/html/pull/10265#discussion_r1649176091 @emilio suggested that we should make the changes to add a `style="display: block; content-visibility: hidden;"` when a `` closes...
### What is the issue with the HTML Standard? Previously the HTML specification's wording for what language to use for the presentation of dates, times, and numbers, was changed (or...
### What is the issue with the DOM Standard? There are a bunch of methods on [ChildNode](https://dom.spec.whatwg.org/#interface-childnode) and [ParentNode](https://dom.spec.whatwg.org/#interface-parentnode) that take a `(Node or DOMString)... nodes` argument. The specification text...
**Describe the bug** When I generate intent (to ship) emails using Chromestatus, for at least some fields the paragraph breaks / line breaks in the field get removed when the...