Last modified: 2014-09-24 21:38:34 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T72582, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 70582 - Represent LST <section begin="foo" /> nodes more usefully
Represent LST <section begin="foo" /> nodes more usefully
Status: NEW
Product: Parsoid
Classification: Unclassified
DOM (Other open bugs)
unspecified
All All
: Normal enhancement
: ---
Assigned To: Parsoid Team
:
Depends on:
Blocks: 70581
  Show dependency treegraph
 
Reported: 2014-09-08 21:05 UTC by James Forrester
Modified: 2014-09-24 21:38 UTC (History)
2 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description James Forrester 2014-09-08 21:05:23 UTC
Right now, the wikitext for LST markers –

  <section begin=2011-05-16 />

  <section end="2014-04-10 (MW 1.23wmf22)" />

… get turned into mw:Placeholder elements:

  <meta typeof="mw:Placeholder" data-parsoid="{&quot;src&quot;:&quot;<section begin=2011-05-16 />&quot;,&quot;dsr&quot;:[1212,1240,null,null]}">

  <meta typeof="mw:Placeholder" data-parsoid="{&quot;src&quot;:&quot;<section end=\&quot;2014-04-10 (MW 1.23wmf22)\&quot; />&quot;,&quot;dsr&quot;:[217276,217319,null,null]}">


It'd be helpful if they had their own type – maybe:

  <meta property="mw:LabeledSectionTransclusion/begin" content="2011-05-16">

  <meta property="mw:LabeledSectionTransclusion/end" content="2014-04-10 (MW 1.23wmf22)">

Does this seem sensible?

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links