11:31
<Luke Warlow>
@dbaron:w3ctag.org: (or others who might know) In https://html.spec.whatwg.org/multipage/rendering.html#the-details-and-summary-elements the slot for the details content is specced to have an inline style attribute, is there an observable difference between this and just using ::details-content to set these styles in the UA stylesheet? If not should we update the spec to do that as it's simpler?
12:34
<emilio>
Luke Warlow: I don't think there should be an observable difference, I think that predates the ::details-content pseudo, and before that there was no way of selecting the first vs. the second slot without implementation details