mediawiki-extensions-Visual.../modules/ve/test
Catrope 7b96fbe3d2 Add a node type for meta nodes
This node type represents <meta> or <link> (transparently, based on the
style attribute). I had to make two node types for this and hack the
toData conversion code directly into ve.dm.Converter, because we don't
have native support for node types that can be both inline and block.
(We should add this in the node API rewrite.)

The CE implementation renders a placeholder (with the same styles as an
alien node) right now. I'm not sure how nice that is, but it's better
than rendering raw <meta>/<link> tags.

This whole thing is a total pile of hacks to make VE deal with
<meta>/<link> tags until we have a proper node types API.

Change-Id: Id6783fcfc35a896db088ff424ff9faaabcaff716
2012-09-10 15:35:30 -07:00
..
ce Rename ve_foo_bar back to VeFooBar per discussion 2012-09-06 16:15:55 -07:00
dm Add a node type for meta nodes 2012-09-10 15:35:30 -07:00
image.png Losslessly compress png images 2012-08-18 23:12:44 +01:00
index.html Add a node type for meta nodes 2012-09-10 15:35:30 -07:00
ve.BranchNode.test.js Rename ve_foo_bar back to VeFooBar per discussion 2012-09-06 16:15:55 -07:00
ve.Document.test.js Object management: Object create/inherit/clone utilities 2012-09-06 15:29:31 -07:00
ve.example.js Object management: Object create/inherit/clone utilities 2012-09-06 15:29:31 -07:00
ve.Factory.test.js Rename fringeWhitespace to internal 2012-08-16 15:14:01 -07:00
ve.LeafNode.test.js Object management: Object create/inherit/clone utilities 2012-09-06 15:29:31 -07:00
ve.Node.test.js Object management: Object create/inherit/clone utilities 2012-09-06 15:29:31 -07:00
ve.qunit.js Rename fringeWhitespace to internal 2012-08-16 15:14:01 -07:00
ve.test.js Also add clone functionality, undefined guard and tests to ve.copyObject() 2012-09-06 14:52:41 -07:00