[Bug 19433] New: Minor markup error in the source

https://www.w3.org/Bugs/Public/show_bug.cgi?id=19433

          Priority: P2
            Bug ID: 19433
                CC: mike@w3.org, public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org
          Assignee: erika.doyle@microsoft.com
           Summary: Minor markup error in the source
        QA Contact: public-html-bugzilla@w3.org
          Severity: trivial
    Classification: Unclassified
                OS: Linux
          Reporter: rubys@intertwingly.net
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: HTML5 spec
           Product: HTML WG

The following <dt> elements are improperly closed:

$ grep -m 4 -n -B 2 '<dt>$' source 
93856-   <dt>Any keyword with eight characters or more, beginning with the
93857-   an <span>ASCII case-insensitive</span> match for the string "<code
93858:   title="">string:</code>"<dt>
--
93866-   <dt>Any keyword with six characters or more, beginning with an
93867-   <span>ASCII case-insensitive</span> match for the string "<code
93868:   title="">blob:</code>"<dt>
--
93877-   <dt>Any keyword with six characters or more, beginning with an
93878-   <span>ASCII case-insensitive</span> match for the string "<code
93879:   title="">file:</code>"<dt>
--
93887-   <dt>Any keyword with eight characters or more, beginning with an
93888-   <span>ASCII case-insensitive</span> match for the string "<code
93889:   title="">object:</code>"<dt>

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Wednesday, 10 October 2012 14:52:53 UTC