If I edit a spec to turn the ```html <h2>Status of this document</h2> Section contents ``` into ```html <details> <summary><h2>Status of this document</h2></summary> Section contents </details> ``` it starts failing [pubrules](https://www.w3.org/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.](https://www.w3.org/pubrules/doc/rules?profile=WD#sotd) 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](https://w3ctag.github.io/explainers/#introduction), and not the W3C's metadata.
If I edit a spec to turn the
into
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.