Accessibility/TextAttributes: Difference between revisions

Jump to navigation Jump to search
Line 112: Line 112:
| background-color
| background-color
| Background color as <code>rgb(<i>r</i>,<i>g</i>,<i>b</i>)</code> where <i>r</i>, <i>g</i> and <i>b</i> are 0-255
| Background color as <code>rgb(<i>r</i>,<i>g</i>,<i>b</i>)</code> where <i>r</i>, <i>g</i> and <i>b</i> are 0-255
| no default, always specified?
| transparent
|-
|-
| color
| color
| Foreground color as <code>rgb(<i>r</i>,<i>g</i>,<i>b</i>)</code> where <i>r</i>, <i>g</i> and <i>b</i> are 0-255
| Foreground color as <code>rgb(<i>r</i>,<i>g</i>,<i>b</i>)</code> where <i>r</i>, <i>g</i> and <i>b</i> are 0-255
| no default, always specified
| rgb(0,0,0)
|-
|-
| font-family
| font-family
Line 136: Line 136:
| language
| language
| What language is this text in, e.g. en-US (do we want this or do we use IA2::locale and make sure each locale change gets separate accessible object?) We purposely call this language and not lang, to be in line with the [http://www.linuxfoundation.org/en/Accessibility/IAccessible2/TextAttributes IA2 text attributes spec].
| What language is this text in, e.g. en-US (do we want this or do we use IA2::locale and make sure each locale change gets separate accessible object?) We purposely call this language and not lang, to be in line with the [http://www.linuxfoundation.org/en/Accessibility/IAccessible2/TextAttributes IA2 text attributes spec].
| same as doc itself?
| en-US
|-
|-
| text-line-through-style
| text-line-through-style
346

edits

Navigation menu