- From: <bugzilla@jessica.w3.org>
- Date: Fri, 01 Jul 2011 07:30:35 +0000
- To: public-html-bugzilla@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=13110
           Summary: fix a couple of broken citations (to MEDIAFRAG and
                    DOMEVENTS)
           Product: HTML WG
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5 spec (editor: Ian Hickson)
        AssignedTo: ian@hixie.ch
        ReportedBy: mike@w3.org
         QAContact: public-html-bugzilla@w3.org
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org
near http://dev.w3.org/html5/spec/Overview.html#videotrack you will find a
[MEDIAFRAG] citation, but the markup for that citation reads "<a
href="#hrefMEDIAFRAG">[MEDIAFRAG]</a>".
The value of the href attribute there should instead be "#refsMEDIAFRAG".
Also, near http://dev.w3.org/html5/spec/Overview.html#htmlcanvaselement you
will find a [DOMEVENTS] citation, but the markup for that citation reads "<a
href="#DOMEVENTS">[DOMEVENTS]</a>"
The value of the href attribute there should instead be "#refsDOMEVENTS".
-- 
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 Friday, 1 July 2011 07:30:36 UTC