| Subject | Repo | Branch | Lines +/- | |
|---|---|---|---|---|
| Specify suggested parent node types for tables | mediawiki/extensions/VisualEditor | master | +3 -0 |
Details
Details
Related Changes in Gerrit:
| Status | Subtype | Assigned | Task | ||
|---|---|---|---|---|---|
| Duplicate | None | T57746 Multiline list items rendering differently in ContentEditable than the resulting wikitext | |||
| Resolved | Esanders | T164016 Tables can be created inside list items, even though that is invalid wikitext | |||
| Resolved | DLynch | T164017 Enforce suggestedParentNodeTypes in fixupInsertion |
Event Timeline
Comment Actions
Eh. * <table><tr><td>Foo</td><td>Bar</td></tr></table> is valid wikitext and renders fine. Parsoid needs to not try to serialise it to wikitext-style…
Comment Actions
So is * <h2>Heading</h2>. This is why we have suggestedParentNodeTypes. It allows it to exist in the document, but prevents the user from creating it because they probably don't want to.
Comment Actions
Change 350609 had a related patch set uploaded (by Esanders; owner: Esanders):
[mediawiki/extensions/VisualEditor@master] Specify suggested parent node types for tables
Comment Actions
Change 350609 merged by jenkins-bot:
[mediawiki/extensions/VisualEditor@master] Specify suggested parent node types for tables