- From: <bugzilla@jessica.w3.org>
- Date: Tue, 05 Feb 2013 19:02:46 +0000
- To: public-html-bugzilla@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=20881
Bug ID: 20881
Summary: Bug in bs.py script
Classification: Unclassified
Product: HTML WG
Version: unspecified
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Editor tools
Assignee: robin@w3.org
Reporter: erika.doyle@microsoft.com
QA Contact: public-html-bugzilla@w3.org
CC: eoconnor@apple.com, erika.doyle@microsoft.com,
silviapfeiffer1@gmail.com, travil@microsoft.com
It looks like the script for processing named code points [1] (that we used to
implement decision for ISSUE-150 “Code point verbosity” [2]) is skipping over
the less-than sign. E.g., in the bullet list of section 2.5.5 [4], items are
formatted like this:
">" (U+003E) character
. . . except for the less-than sign, which is formatted like this:
U+003C LESS-THAN SIGN character (<)
Most likely because in the source file, it is the only entry that uses an
entity reference rather than the character itself.
[1] https://github.com/w3c/html-tools/blob/master/bs.py
[2] http://lists.w3.org/Archives/Public/public-html/2012Aug/0404.html
[3]
http://www.w3.org/html/wg/drafts/html/master/infrastructure.html#url-manipulation-and-creation
[4]
http://www.w3.org/html/wg/drafts/html/master/infrastructure.html#url-manipulation-and-creation
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Tuesday, 5 February 2013 19:02:52 UTC