whatwg / meta

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

Add styles for inline issues (or lint against them) #289

Open tabatkins opened 1 year ago

tabatkins commented 1 year ago

The WebIDL spec has an inline issue (the first paragraph of https://webidl.spec.whatwg.org/#idl-callback-functions). When it was a W3C spec this recieved appropriate issue styling, but it appears that the WHATWG stylesheets don't have styles for inline issues. This makes that paragraph look somewhat confusing.

We should either develop some styling for inline issues, or lint for inline issues to prevent them from creeping in, if we decide not to use them.

annevk commented 1 year ago

It would indeed be good to lint for this. I'm solving the case you identified in https://github.com/whatwg/webidl/pull/1355 meanwhile.