1
0
Fork 0
mirror of https://github.com/haml/haml.git synced 2022-11-09 12:33:31 -05:00
haml--haml/TODO

25 lines
772 B
Text
Raw Normal View History

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