haml--haml/TODO

25 lines
780 B
Plaintext
Raw Normal View History

2010-08-22 19:04:02 -04:00
# -*- mode: org -*-
#+STARTUP: nofold
2009-03-30 18:24:37 -04:00
2009-03-29 05:20:14 -04:00
* Documentation
Redo tutorial?
2009-07-19 18:49:12 -04:00
Using helpers
haml_concat and haml_tag in particular
Syntax highlighting?
2009-03-29 05:20:14 -04:00
* Code
Keep track of error offsets everywhere
2009-07-19 16:59:35 -04:00
Use this to show error location in messages
2009-03-29 05:20:14 -04:00
** 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
2009-06-28 03:15:37 -04:00
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
2009-06-28 03:17:46 -04:00
http://www.w3.org/TR/REC-html40/intro/sgmltut.html#h-3.2.2
http://www.w3.org/TR/html5/syntax.html#attributes