346
edits
| Line 172: | Line 172: | ||
* text-underline-width | * text-underline-width | ||
* text-underline-mode | * text-underline-mode | ||
* text-shadow | * text-shadow | ||
The following object attribute in IA2 is not supported, because we support it via text attributes in a different way: | |||
* list (with sub-attributes style, level & prefix) -- the list bullet text is exposed via the accessible text interface, with the text attribute static=true | |||
The following IA2 object attributes are not supported, but potentially could be if asked for. We may need them to fully support online word processors, but need to think about how to pass on the true intentions of the word processor at that place in the text. In fact, it is currently possible for the word processor to specify these on any object by prepending aria- to the object attribute name and simply insert the attribute on the appropriate element. | |||
* line-height | * line-height | ||
* margin-left, margin-top, margin-right, margin-bottom: not supported because the CSS attributes | * line-spacing | ||
* text-align | |||
* text-indent | |||
* margin-left, margin-top, margin-right, margin-bottom: these object attributes are not supported, because the related browser CSS attributes have nothing to do with page margins as the IA2 object attributes do. In Mozilla the bounds of an object can be used to find where it is located. | |||
= References = | = References = | ||
* [http://www.linux-foundation.org/en/Accessibility/IAccessible2/TextAttributes IA2 Text Attributes] - IAccessible2 Text Attributes Documentation | * [http://www.linux-foundation.org/en/Accessibility/IAccessible2/TextAttributes IA2 Text Attributes] - IAccessible2 Text Attributes Documentation | ||
edits