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
In https://w3ctag.github.io/explainers/, I'd like the "More details about this document" and "Status of this document" to start collapsed, so that people reading the document get right to the advice. I could do that by locally overriding header.include, but then we don't get any future updates to the w3c default.
My theory is that the way to do this is to add a metadata "Collapse-Metadata: boolish", which defines an empty [COLLAPSE-METADATA] text macro, and then use that in w3c/header.include to remove [open] from the More details <details> and wrap the Status section with a <details>. I'll start on that, but I wanted to file an issue to see if there's a better way.
The text was updated successfully, but these errors were encountered:
It turns out that pubrules currently rejects documents with these changes. I've filed w3c/specberus#1919 and w3c/specberus#1920 to try to loosen that up.
In https://w3ctag.github.io/explainers/, I'd like the "More details about this document" and "Status of this document" to start collapsed, so that people reading the document get right to the advice. I could do that by locally overriding
header.include
, but then we don't get any future updates to the w3c default.My theory is that the way to do this is to add a metadata "Collapse-Metadata: boolish", which defines an empty [COLLAPSE-METADATA] text macro, and then use that in w3c/header.include to remove [open] from the More details
<details>
and wrap the Status section with a<details>
. I'll start on that, but I wanted to file an issue to see if there's a better way.The text was updated successfully, but these errors were encountered: