mediawiki-extensions-Visual.../modules/ve/test/ce
Catrope 591f2e7396 Change the HTML attribute prefix from html/ to html/0/
This means that <p data-foo="bar"> will now be converted to a paragraph
with attributes {"html/0/data-foo":"bar"} rather than {"html/foo":"bar"}

This paves the way for multi-element node (about group) handling in the
node API: nodes representing multiple DOM elements will have html/i/attr
to represent an attribute of the i'th DOM element.

Change-Id: Iea52bdccd721942ca708c8f9f47e934524809845
2013-02-06 12:00:43 -08:00
..
nodes Added tests and fixed inconsistencies for empty text node handling 2013-01-29 15:13:17 -08:00
ve.ce.BranchNode.test.js Convert node rules to static properties 2013-01-18 14:51:40 -08:00
ve.ce.ContentBranchNode.test.js Change the HTML attribute prefix from html/ to html/0/ 2013-02-06 12:00:43 -08:00
ve.ce.Document.test.js Major Documentation Cleanup 2013-01-16 15:37:59 -08:00
ve.ce.LeafNode.test.js Convert node rules to static properties 2013-01-18 14:51:40 -08:00
ve.ce.Node.test.js Major Documentation Cleanup 2013-01-16 15:37:59 -08:00
ve.ce.NodeFactory.test.js Convert node rules to static properties 2013-01-18 14:51:40 -08:00
ve.ce.test.js Major Documentation Cleanup 2013-01-16 15:37:59 -08:00