rstacruz / sparkup

A parser for a condensed HTML format
MIT License
1.57k stars 145 forks source link

case insensitive expansions #125

Closed nixon closed 8 years ago

nixon commented 8 years ago

(found this on an old branch, guess I forgot to create a pull request for it)

fixes #49.

this may not be the desired behavior. html is case insensitive and xhtml[1] states that html element and attribute names must be lower case.

[1] http://www.w3.org/TR/xhtml1/#h-4.2

faceleg commented 8 years ago

Thanks :)