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 12641 - make dfn for "space characters" and "White_Space characters" visible in the non-implementor view
Summary: make dfn for "space characters" and "White_Space characters" visible in the n...
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: LC1 HTML5 spec (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Ian 'Hixie' Hickson
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-10 05:29 UTC by Michael[tm] Smith
Modified: 2011-08-16 04:33 UTC (History)
4 users (show)

See Also:


Attachments

Description Michael[tm] Smith 2011-05-10 05:29:00 UTC
Problem:

The non-implementor-only view of the spec contains references to the term "space characters, but readers of the non-implementor view are not provided with a description of exactly which characters the spec defines as space characters

The cause is that the current source markup of the spec has class=impl on the entirety of the "Common parser idioms" subsection of the "Common microsyntaxes" section of the spec. And that subsection contains the dfn for "space characters".

Incidentally, the same subsection also contains the dfn's for "White_Space characters" and "alphanumeric ASCII characters".

Suggestion solution:

Remove the class=impl  on the div wrapping the "Common parser idioms" subsection, then put class=impl on only those following paragraphs in that subsection which are actually only relevant to implementors.

I'm not sure if some other non-implementor-only parts of the spec contain references to "White_Space characters", but if any do, I guess the dfn for that should be available in the non-implementor view as well.

And as far as "alphanumeric ASCII characters", it seems likely that some non-implementor-only part of the spec does make reference to that, so probably it too should not be class=impl
Comment 1 Michael[tm] Smith 2011-07-06 04:28:27 UTC
Some data:

The term "space characters" is referenced 40+ times in various non-impl parts of the spec; e.g.:

http://dev.w3.org/html5/spec-author-view/spec.html#concept-id
http://dev.w3.org/html5/spec-author-view/spec.html#text-content

The term "White_space" is referenced two times in non-impl parts of the spec, both in the "Vaguer moments in time" section:

http://dev.w3.org/html5/spec-author-view/spec.html#valid-date-or-time-string-in-content
http://dev.w3.org/html5/spec-author-view/spec.html#valid-date-string-in-content-with-optional-time

The term "alphanumeric ASCII characters" is actually not referenced anywhere at all in any non-impl parts of the spec.
Comment 2 Michael[tm] Smith 2011-08-04 05:16:40 UTC
mass-move component to LC1
Comment 3 Ian 'Hixie' Hickson 2011-08-16 04:32:00 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: see diff given below
Rationale: Concurred with reporter's comments.
Comment 4 contributor 2011-08-16 04:33:34 UTC
Checked in as WHATWG revision r6472.
Check-in comment: impl
http://html5.org/tools/web-apps-tracker?from=6471&to=6472