Michal

Results 143 comments of Michal

I've made a little parser in JavaScript. It's not finished yet. http://github.com/m93a/nml-parser **EDIT:** Updating to 1.1.0, now it can export DOMDocument. It's just a parser but it can be used:...

But before html6-html5 convertor, we need a CSS parser. And maybe a JS framework.

OK, we can use xhtml with both `html` and `form` namespace prefixes set to `http://www.w3.org/1999/xhtml`. There is just a problem with splitting `media` tag to `img`, `video` and `audio`. We...

I don't mean creating a new spec - our problem is that all `media` tags will be replaced by a) `img` b) `audio` or c) `video` tag so your styles...

**I've just found an alternative way** 1) Leave `html:media` unchanged 2) Add a tag like `abc:xyz` at the end of the body element 3) Choose the type of media tag...

After a short break (not even a year), I've got a new update! HTML6 Polyfill Beta can be found at [m93a/nml-polyfill](http://github.com/m93a/nml-polyfill).

@bayanr Isn't this an easier way? ``` css li{ display: block; } ul, ol{ display: list-item; } ul{ list-style-type: disc; list-style-position: inside; } ol{ list-style-type: decimal; list-style-position: inside; } ```...

Ah, now I see. Shadow DOM is what you're searching for. And, yes, it's cool! See [this article](http://www.html5rocks.com/en/tutorials/webcomponents/shadowdom/) on HTML5Rocks.

Now, my pull request should point to `_includes/HTML6.md`, not `README.md`

@OscarGodson would you merge it to the master, please?