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

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

          Priority: P2
            Bug ID: 19583
                CC: eoconnor@apple.com, mike@w3.org,
                    public-html-wg-issue-tracking@w3.org,
                    public-html@w3.org, rubys@intertwingly.net
          Assignee: ian@hixie.ch
           Summary: Minor markup error in the source
        QA Contact: contributor@whatwg.org
          Severity: trivial
    Classification: Unclassified
                OS: Linux
          Reporter: eoconnor@apple.com
          Hardware: PC
            Status: NEW
           Version: unspecified
         Component: HTML
        Depends on: 19433
           Product: WHATWG

+++ This bug was initially created as a clone of Bug #19433 +++

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, 17 October 2012 23:42:23 UTC