[Bug 22970] style AT API constants in IA2/ATK columns

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

--- Comment #7 from alexander surkov <surkov.alexander@gmail.com> ---
different types of constants can be selected:
1) HTML elements/attrs that don't need a reference like "when the
<code>label</code> element has for attribute" in label element description
2) WAI ARIA roles, props, etc
3) AT API constants like RELATION_LABEL_FOR or STATE_LINKED
4) string constants like action "open"/"close" or "font-style" text attribute
(may be considered as part of 3d item
5) interfaces names like IAccessibleHyperText2 (might be part of 3d item).
6) AT API methods/arguments name like IAccessible::name

Is it ok if:
1st item is red colored code
2-5 items are just ordinal code
6 is either ordinal code or link

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Received on Friday, 23 August 2013 15:45:40 UTC