10000 Allow a collapsible SotD section · Issue #1919 · w3c/specberus · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Allow a collapsible SotD section #1919
@jyasskin

Description

@jyasskin

If I edit a spec to turn the

<h2>Status of this document</h2>
Section contents

into

<details>
  <summary><h2>Status of this document</h2></summary>
  Section contents
</details>

it starts failing pubrules with There must be a status section that follows the abstract, labeled with an h2 element with content "Status of This Document". The Team maintains the status section of a document. Obviously there is a status section here; Specberus just doesn't know to look inside the <details> for it.

I'd like to do this for https://w3ctag.github.io/explainers/, where ideally people reading it would start their experience by looking at the document's actual content, and not the W3C's metadata.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions

    0