whatwg / meta

Discussions and issues without a logical home
Creative Commons Zero v1.0 Universal
97 stars 161 forks source link

Unify definition panel styles #139

Closed domenic closed 2 months ago

domenic commented 5 years ago

Currently, we are using the Bikeshed-generated .dfn-panel, which is styled via inline styles, on most specs. We are then using the Wattsi-generated .dfnPanel, which is styled via standard.css, on HTML.

We should instead be using a uniform class name, with styles in standard.css (and no inline styles). Probably the best path is to:

annevk commented 4 years ago

There's a corresponding issue in that definition panels also come with script (script-dfn-panel), but we could tackle that separately probably.

domenic commented 2 months ago

We've made some progress on this, although the way in which Bikeshed changes frequently has left us with a not-totally-unified state. There's not much more we can do here I think.