[Bug 20756] New: The roles columnheader and rowheader are not recognized as valid children of role row

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

            Bug ID: 20756
           Summary: The roles columnheader and rowheader are not
                    recognized as valid children of role row
    Classification: Unclassified
           Product: Validator (Nu)
           Version: unspecified
          Hardware: PC
                OS: Windows NT
            Status: NEW
          Severity: normal
          Priority: P2
         Component: General
          Assignee: mike+validator@w3.org
          Reporter: gez.lemon@gmail.com
        QA Contact: www-validator-cvs@w3.org

When either role="columnheader" or role="rowheader" are used in an element with
role="row", the validator gives the following error: "Only elements with
role=gridcell are allowed as children of an element with role=row". For
example:

<div role="row">
  <span role="columnheader">Option</span>
  <span role="columnheader">Respondents</span>
</div>

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Thursday, 24 January 2013 14:54:16 UTC