haml--haml/TODO

25 lines
780 B
Plaintext
Raw Normal View History

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