mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 16:20:52 +00:00
5b7c93f0d5
MWBlockImageNode already can't have any slugs: * It can't have inline slugs, because it can't directly contain content (`this.canHaveChildrenNotContent()` is true) * It can't have block slugs, because it can't contain paragraphs (`this.isAllowedChildNodeType( 'paragraph' )` is false). (The only thing it can contain is a mwImageCaption.) Change-Id: Ice6505da2356f004ef048ed0b1a9e03d08af02d1 |
||
---|---|---|
.. | ||
ce | ||
dm | ||
init | ||
tests | ||
themes | ||
ui | ||
ve.MWutils.js |