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

Aryeh Gregor <simetrical+wikib...@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |simetrical+wikib...@gmail.c
                   |                            |om

--- Comment #6 from Aryeh Gregor <simetrical+wikib...@gmail.com> 2011-01-05 
19:04:28 UTC ---
Specifically, if

  <h2>Foo</h2>

gets translated to something involving

  <h2 id="Foo">Foo</h2>

then what do you suggest we do with

  <h2 id="Bar">Foo</h2>

as wikitext input?  Currently, explicitly-specified <h#> is treated pretty much
the same as wikitext headings.  One solution would be to make the <h#> contain
only the actual title, so instead of

  <h2><span class="editsection">[<a
href="/w/index.php?title=T-34&amp;action=edit&amp;section=20" title="Edit
section: References">edit</a>]</span> <span class="mw-headline"
id="References">References</span></h2> 

do

  <div id="References" class="mw-headline"><span class="editsection">[<a
href="/w/index.php?title=T-34&amp;action=edit&amp;section=20" title="Edit
section: References">edit</a>]</span> <h2>References</h2></div>

or something.  But that would have to be deployed carefully to not break
existing content.

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

_______________________________________________
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to