Page MenuHomePhabricator

VisualEditor: Get rid of div wrapping in template rendering
Closed, ResolvedPublic

Description

Div wrapping of rendered templates causes problems, especially when the template generates something like a <tr>. We should try to get rid of this wrapping and instead put shields and what not directly in the tag itself.

Potential issues:

  • may not work for all tags
  • may not work for inline tags
  • won't work for non-tag things (text nodes, comments)
  • tricky for multi-sibling templates

Version: unspecified
Severity: enhancement

Details

Reference
bz64780