https://bugzilla.wikimedia.org/show_bug.cgi?id=37910

Gabriel Wicke <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX

--- Comment #2 from Gabriel Wicke <[email protected]> 2012-11-20 02:10:12 
UTC ---
We decided against explicitly supporting the round-tripping of unexpanded
templates as this would not help to identify DOM constructs built up from
several templates. An example for this would be the famous table start / row /
end templates. This is needed so that content between these templates can be
protected from editing. Inserting 'foo' between a table-start and a table-row
template call will probably not produce the expected result when the templates
are later expanded.

We developed a working template encapsulation algorithm that identifies the DOM
subtree affected by expanded template output, so this simpler workaround
solution is not needed.

In case this is needed later, it would be trivial to implement by setting the
proper RDFa and data-parsoid information on an unexpanded (probably meta-based)
template element.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to