[Bug 17012] New: onpageshow raises an error though should be valid

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

           Summary: onpageshow raises an error though should be valid
           Product: Validator
           Version: HEAD
          Platform: PC
        OS/Version: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML5
        AssignedTo: mike+validator@w3.org
        ReportedBy: dan.milligan@vgt.net
         QAContact: www-validator-cvs@w3.org


Error Line 137, Column 46: Attribute onpageshow not allowed on element body at
this point.

<body onpageshow="javascript:testElements();">

Attributes for element body:
    Global attributes
    onafterprint
    onbeforeprint
    onbeforeunload
    onblur
    onerror
    onfocus
    onhashchange
    onload
    onmessage
    onoffline
    ononline
    onpagehide
    onpageshow
    onpopstate
    onresize
    onscroll
    onstorage
    onunload

-- 
Configure bugmail: https://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 Wednesday, 9 May 2012 14:51:23 UTC