mediawiki-extensions-Visual.../modules/ve/test/dm
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 Major Documentation Cleanup 2013-01-16 15:37:59 -08:00
ve.dm.BranchNode.test.js Convert node rules to static properties 2013-01-18 14:51:40 -08:00
ve.dm.Converter.test.js Fix bug where inline nodes didn't trigger wrapping 2013-02-01 16:06:17 -08:00
ve.dm.Document.test.js Added tests and fixed inconsistencies for empty text node handling 2013-01-29 15:13:17 -08:00
ve.dm.DocumentSynchronizer.test.js Major Documentation Cleanup 2013-01-16 15:37:59 -08:00
ve.dm.example.js Change the HTML attribute prefix from html/ to html/0/ 2013-02-06 12:00:43 -08:00
ve.dm.LeafNode.test.js Convert node rules to static properties 2013-01-18 14:51:40 -08:00
ve.dm.ModelRegistry.test.js Add extension-specific types functionality to ModelRegistry 2013-01-22 18:12:35 -08:00
ve.dm.Node.test.js Convert node rules to static properties 2013-01-18 14:51:40 -08:00
ve.dm.NodeFactory.test.js Convert node rules to static properties 2013-01-18 14:51:40 -08:00
ve.dm.Surface.test.js Major Documentation Cleanup 2013-01-16 15:37:59 -08:00
ve.dm.SurfaceFragment.test.js Major Documentation Cleanup 2013-01-16 15:37:59 -08:00
ve.dm.Transaction.test.js Change the HTML attribute prefix from html/ to html/0/ 2013-02-06 12:00:43 -08:00
ve.dm.TransactionProcessor.test.js Change the HTML attribute prefix from html/ to html/0/ 2013-02-06 12:00:43 -08:00