skhtml/typed-html/src
Richard Dodd (dodj) d87c9f81b1
Change `nav` to contain flow content -
I'm pretty sure you should be able to do

```html
<nav>
  <ol>
    <li>Test</li>
  </ol>
</nav>
```
2018-11-29 20:10:40 +00:00
..
types Formatting fixes 2018-11-24 16:13:58 +00:00
dom.rs Implement IntoIterator for all marker traits. 2018-11-29 16:37:07 +00:00
elements.rs Change `nav` to contain flow content - 2018-11-29 20:10:40 +00:00
events.rs Remove proc_macro_hygiene feature 2018-11-18 02:45:06 -08:00
lib.rs Support nested invocations of html macro 2018-11-18 02:45:07 -08:00