346
edits
| 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 | ||
| | | 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 | ||
| | | 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]. | ||
| | | en-US | ||
|- | |- | ||
| text-line-through-style | | text-line-through-style | ||
edits