mediawiki-extensions-Visual.../demos/ve
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
..
pages Added some inline aliens to complex demo - helpful for testing 2012-08-06 16:13:45 -07:00
demo.css Finally getting rid of all the es-* stuff and other cruft 2012-08-28 13:59:35 -07:00
index.php Add a node type for meta nodes 2012-09-10 15:35:30 -07:00