- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 25 Jan 2010 08:39:17 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=8808
Summary: extraneous colon in author view
Product: HTML WG
Version: unspecified
Platform: PC
URL: http://dev.w3.org/html5/spec/forms.html#attr-meter-value
OS/Version: All
Status: NEW
Severity: normal
Priority: P2
Component: HTML5 spec bugs
AssignedTo: dave.null@w3.org
ReportedBy: mike@w3.org
QAContact: public-html-bugzilla@w3.org
CC: ian@hixie.ch, mike@w3.org, public-html@w3.org
HTML source of author view of the spec has this:
<strong class="impl">Authoring requirements</strong>: The <code
title="attr-meter-value"><a href="#attr-meter-value">value</a></code> attribute
must be...
-- which results in that part showing up in the author view like this:
: The value attribute must be...
That is, the paragraph starts with a colon.
So the colon needs to go inside the text content of the strong element, instead
of in the text content that follows it.
--
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
Received on Monday, 25 January 2010 08:39:19 UTC