tests: fix base_inline
[nit.git] / lib / html.nit
2014-05-30 Jean Privatlib/html: `HTMLTag::add` returs self for fluent programming
2014-05-30 Jean Privatlib/html: add `HTMLTag::open`
2014-04-25 Jean Privatlib: fix some nitunit tests, thanks to the new features...
2014-03-21 Johann Duboislib/html: add method add_outer
2014-03-19 Jean Privatlib/html: add a lot of nitunit tests
2014-03-18 Jean Privatlib/html: adapt HTMLPage & HTMLTag to Streamable
2013-08-22 Jean Privatlibhtml: correctly handle void elements in HTML
2013-08-21 Jean Privatlibhtml: gives access to HTMLTag#classes
2013-08-17 Jean Privatlibhtml: escape attributes keys and values
2013-08-17 Jean Privatlibhtml: add HTMLTag#save
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-16 Jean Privatlibthml: add HTMLTag::add_raw_html
2013-08-15 Jean Privatlibhtml: more efficiency way to render HTML
2013-08-15 Jean Privatlibhtml: `HTMLTag.append` add a text-child node
2013-07-19 Alexandre Terrasalib: allow multiple class definition in html elements
2013-07-08 Alexandre Terrasalib: Replaced strings by buffer in HTML lib to fix...
2013-06-14 Alexandre Terrasalib: HTML clear children before each render to avoid...
2013-06-11 Alexandre Terrasalib: Introduced new html lib