- From: <bugzilla@jessica.w3.org>
- Date: Fri, 25 Oct 2013 18:27:45 +0000
- To: public-html-admin@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=23634
            Bug ID: 23634
           Summary: AAPI doc has boolean AX API properties listed as
                    strings
           Product: HTML WG
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML a11y APIs (editor: Steve Faulkner, Cynthia
                    Shelly)
          Assignee: faulkner.steve@gmail.com
          Reporter: jcraig@apple.com
        QA Contact: sideshowbarker+html-a11y-api@gmail.com
                CC: mike@w3.org, public-html-admin@w3.org,
                    public-html-bugzilla@w3.org,
                    public-html-wg-issue-tracking@w3.org
AAPI doc has several boolean properties listed as string values "true" and
"false" rather than the expected platform constant boolean values, YES and NO.
Also, the equals sign (=) indicates assignment rather than current value. The
way the the inspectors indicate this is with a colon (:).
e.g.
    AXEnabled="false"
should be:
    AXEnabled: NO
-- 
You are receiving this mail because:
You are on the CC list for the bug.
Received on Friday, 25 October 2013 18:27:46 UTC