Change `nav` to contain flow content -

I'm pretty sure you should be able to do

```html
<nav>
  <ol>
    <li>Test</li>
  </ol>
</nav>
```
This commit is contained in:
Richard Dodd (dodj) 2018-11-29 20:10:40 +00:00 committed by GitHub
parent d4c5121172
commit d87c9f81b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -238,7 +238,7 @@ declare_elements!{
optimum: isize,
form: Id,
} in [FlowContent, PhrasingContent] with PhrasingContent;
nav in [FlowContent, SectioningContent] with PhrasingContent;
nav in [FlowContent, SectioningContent] with FlowContent;
noscript in [MetadataContent, FlowContent, PhrasingContent] with Node;
object {
data: Uri,