This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 20881 - Bug in bs.py script
Summary: Bug in bs.py script
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: Editor tools (show other bugs)
Version: unspecified
Hardware: PC Windows NT
: P2 normal
Target Milestone: ---
Assignee: Edward O'Connor
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-02-05 19:02 UTC by Erika Doyle Navara
Modified: 2013-03-01 19:11 UTC (History)
5 users (show)

See Also:


Attachments

Description Erika Doyle Navara 2013-02-05 19:02:46 UTC
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
Comment 1 Edward O'Connor 2013-03-01 19:11:42 UTC
EDITOR'S RESPONSE: This is an Editor's Response to your comment. If you are
satisfied with this response, please change the state of this bug to CLOSED. If
you have additional information and would like the Editor to reconsider, please
reopen this bug. If you would like to escalate the issue to the full HTML
Working Group, please add the TrackerRequest keyword to this bug, and suggest
title and text for the Tracker Issue; or you may create a Tracker Issue
yourself, if you are able to do so. For more details, see this document:

   http://dev.w3.org/html5/decision-policy/decision-policy.html

Status: Accepted
Change Description: https://github.com/w3c/html-tools/commit/4b359a042eb2f2a4bb8f177d65f409ec165fcf11
Rationale: Fixed.