This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 23634 - AAPI doc has boolean AX API properties listed as strings
Summary: AAPI doc has boolean AX API properties listed as strings
Status: RESOLVED FIXED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: HTML a11y APIs (editor: Steve Faulkner, Cynthia Shelly) (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: Jason Kiss
QA Contact: HTML a11y API spec bugbot
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-25 18:27 UTC by James Craig
Modified: 2013-10-25 22:54 UTC (History)
5 users (show)

See Also:


Attachments

Description James Craig 2013-10-25 18:27:45 UTC
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
Comment 1 Jason Kiss 2013-10-25 22:54:28 UTC
Thanks, James. Fixed now, I believe.

See commit: https://github.com/w3c/html-api-map/commit/1948a2f9814560eabd86b8537cac762093ca3cde