[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2013-06-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #45 from Daniel Friesen --- (X)HTML5 does not define id as a name/XML id, any code handling it as such is a non-conforming parser and there is no reason to support it. The parser already ensures the uniqueness of ids for headers wit

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2013-06-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #44 from Philippe Verdy --- You've stated to support HTML5, whch includes XHTML5. It will work as long as the HTML5/XHTML5 parsers do not attempt to map its type to a name or to an XML id. As long as the schema validator used keeps t

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2013-06-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Daniel Friesen changed: What|Removed |Added Status|REOPENED|RESOLVED CC|

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2013-03-25 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Michelle Lee Kosik changed: What|Removed |Added CC||kosi...@mail.com -- You are recei

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2011-07-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Roan Kattouw changed: What|Removed |Added CC||en.wp.s...@gmail.com --- Comment #42 fro

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2011-07-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #40 from Philippe Verdy 2011-07-13 14:44:55 UTC --- With a dot in such id, it won't be possible to reference the element by Id using DOM (getElementById() can only return a single element, unlike getElementByTagName()). And CSS sele

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2011-07-12 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Chad H. changed: What|Removed |Added CC||h...@pre-sense.de --- Comment #39 from Chad H

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #38 from Aryeh Gregor 2010-12-07 19:31:48 UTC --- (In reply to comment #37) > But HTML5 does NOT deprecate the compatibility with XML and it explciitly says > that it will support TWO syntaxes for its serialization : the historical

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #37 from Philippe Verdy 2010-12-07 19:22:11 UTC --- Yes XHTML 1.0 will be deprecated, but ony its "modular" design, that highly depends on validation with external schemas that have to be declared in the document. But HTML5 does NO

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #36 from Aryeh Gregor 2010-12-07 18:40:15 UTC --- (In reply to comment #31) > You can argue anything you want but anything generated like: > id=".C2.BF" MediaWiki trunk does not create such id's. > is completely invalid. Not in

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #35 from Gadget850 2010-12-07 17:20:31 UTC --- OK, so leading dots are invalid. Simple fix: add a prefix to all section headers, such as section_ to ensure the id always starts with a valid character. MediaWiki dot encodes UTF chara

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #34 from Philippe Verdy 2010-12-07 17:05:17 UTC --- Note that this is most problameatic with non-Latin wikis (see the Chinse, Korean, Japanese, Arabic, Hebrew, Thai wikis !), were almost all characters are hex-encoded (in overlong s

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #33 from Philippe Verdy 2010-12-07 16:43:21 UTC --- You'll immediately se that the ONLY ASCII characters valid everywhere in IDs are only the ASCII letters and the underscore; and plenty of other non ASCII characters are accepted wh

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #32 from Philippe Verdy 2010-12-07 16:37:33 UTC --- See this reference for the syntax of names (and the restricted set) in XML: http://www.w3.org/TR/REC-xml/#NT-Name -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #31 from Philippe Verdy 2010-12-07 16:34:09 UTC --- I really *didnot* say that Punycode wpould solve the duplicates. In fact you're resaying exactly what I said (even speaking that this was a separate issue). I have never intended

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #30 from Aryeh Gregor 2010-12-06 19:18:35 UTC --- (In reply to comment #29) > Yes I know, but the id duplication is another problem (also for HTML5 > conformance and for having autogenerated summaries to link to the appropriate > se

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #29 from Philippe Verdy 2010-12-06 09:58:20 UTC --- Yes I know, but the id duplication is another problem (also for HTML5 conformance and for having autogenerated summaries to link to the appropriate section when we click on them).

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #28 from ho94...@gmail.com 2010-12-06 08:58:46 UTC --- (In reply to comment #26) > May be the solution would be to use Punycode encoding ? Maybe using punycode may take problem. First, that is duplicated with each title For example,

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #27 from Aryeh Gregor 2010-12-05 16:41:34 UTC --- (In reply to comment #26) > May be the solution would be to use Punycode encoding ? Punycode is gibberish. We want readable anchors, if it's not too problematic. And it's not. >

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-12-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Philippe Verdy changed: What|Removed |Added CC||verd...@wanadoo.fr --- Comment #26 fro

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-11-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #25 from Aryeh Gregor 2010-11-16 00:15:10 UTC --- (In reply to comment #20) > What's the history of the practice of trying to encode the name of the section > in the anchor for that section? The same as the practice of trying to en

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-11-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Derk-Jan Hartman changed: What|Removed |Added CC||hart...@videolan.org --- Comment #24

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-11-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #23 from Laurence 'GreenReaper' Parry 2010-11-15 19:23:21 UTC --- Personal experience? Maybe you edit different articles than I do, but a lot of them are relatively static, especially in terms of section headers. And that's just on

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-11-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #22 from Trevor Parscal 2010-11-15 19:08:40 UTC --- > "but often that does not happen" What is this based on? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail becaus

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-11-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #21 from Laurence 'GreenReaper' Parry 2010-11-15 18:50:00 UTC --- The point is to be able to link to a specific section of an article from another article (or even externally). Yes, it is possible that the name will change, but ofte

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-11-15 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Trevor Parscal changed: What|Removed |Added CC||tpars...@wikimedia.org --- Comment #20

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-11-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Bawolff changed: What|Removed |Added CC||ho94...@gmail.com --- Comment #19 from Bawolf

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #18 from Aryeh Gregor 2010-07-04 17:40:28 UTC --- . . . yes, and? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assignee for the bug.

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-07-04 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Gadget850 changed: What|Removed |Added CC||ed.pal...@gmail.com --- Comment #17 from Ga

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #16 from Aryeh Gregor 2010-03-02 17:15:41 UTC --- Note that this is moot if $wgHtml5 is true, since HTML5 permits id's to begin with any character they can contain. I'll leave the bug open because we still do support XHTML1 as an o

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-03-02 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Roan Kattouw changed: What|Removed |Added CC||accnospam...@yahoo.de --- Comment #15 fr

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2010-02-08 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Derk-Jan Hartman changed: What|Removed |Added CC||derb...@wp.pl --- Comment #14 from D

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2009-08-13 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Chad H. changed: What|Removed |Added CC||martin.le...@stanfordalumni.

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2009-07-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Splarka changed: What|Removed |Added CC||liang...@gmail.com --- Comment #12 from S

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2009-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Roan Kattouw changed: What|Removed |Added CC||greenrea...@hotmail.com --- Comment

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2009-05-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Roan Kattouw changed: What|Removed |Added CC||gwin...@free.fr --- Comment #10 from

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2009-04-14 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 jida...@jidanni.org changed: What|Removed |Added CC||jida...@jidanni.org --- Commen

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2009-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 --- Comment #8 from Aryeh Gregor 2009-01-05 19:56:59 UTC --- No, it's better to have more specific bugs so we can close them fixed when each one is fixed, and generally maintain their status separately. -- Configure bugmail: https://bug

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2009-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Danny B. changed: What|Removed |Added CC||dann...@email.cz --- Comment #7 from Dan

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2009-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Aryeh Gregor changed: What|Removed |Added CC||ava...@gmail.com --- Comment #6 from

[Bug 9530] Section heading anchors shouldn't begin with invalid characters

2009-01-05 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=9530 Aryeh Gregor changed: What|Removed |Added CC||simetrical+wikib...@gmail.co