[Webkit-unassigned] [Bug 19084] New: HTMLTokenizer::addAttribute does not check for all the specification violation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 15 12:59:18 PDT 2008


http://bugs.webkit.org/show_bug.cgi?id=19084

           Summary: HTMLTokenizer::addAttribute does not check for all the
                    specification violation
           Product: WebKit
           Version: 526+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: julien.chaffraix at gmail.com


According to the HTML5 specification (section 8.1.2.3. Attributes):

"Attribute names must consist of one character other than the space characters,
U+003E GREATER-THAN SIGN (>), and U+002F SOLIDUS (/), followed by zero or more
characters other than the space characters, U+003E GREATER-THAN SIGN (>),
U+002F SOLIDUS (/), and U+003D EQUALS SIGN (=)."

Currently we only check for the presence of '/' in attribute in
HTMLTokenizer::addAttribute.


-- 
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list