Skip to content

Latest commit

 

History

History
24 lines (22 loc) · 780 Bytes

TODO

File metadata and controls

24 lines (22 loc) · 780 Bytes

Documentation

Redo tutorial? Using helpers haml_concat and haml_tag in particular Syntax highlighting?

Code

Keep track of error offsets everywhere Use this to show error location in messages

Haml

Support finer-grained HTML-escaping in filters Speed Make tags with dynamic attributes pre-render as much as possible Including the attribute name where doable :ugly + :html improvements Ignore closing tags where we can http://code.google.com/speed/articles/optimizing-html.html Requires Haml parsing refactor Don’t quote attributes that don’t require it http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2 http://www.w3.org/TR/html5/syntax.html#attributes