Re: [office-accessibility] Exposing information about annotations

From
Malte Timmermann <>
Date
2008-12-12T18:27:31+00:00
ID
Thread
Re: [office-accessibility] Exposing information about annotations
Sorry for being imprecise.

This is a question for the "ODF Implementors Guide", not a "ODF
Accessibility Review".

The feature is in XML / ODF, so now I care about Accessibility API here...

Malte.

Dave Pawson wrote, On 12/12/08 19:20:
> 2008/12/12 Malte Timmermann <>:
> 
>> Annotations can have different colors for the different authors.
> 
> As per MS 'notes'
> 
> 
>> In ODF 1.0 and ODF 1.1 an annotation can only be at certain position in
>> the text. In ODF 1.2 an annotation can annotate an arbitrary part of the
>> document's content – see approved ODF 1.2 proposal found at
>> http://lists.oasis-open.org/archives/office/200708/msg00007.html.
>>
>> Questions/Suggestions:
>> - They look like objects.
> 
> How about structured objects? It appears they have xml structure
> so how to use that structure to present them?
> 
> e.g.
> 
> <text:p text:style-name="P2">
> <text:span text:style-name="T4">2nd paragraph italic</text:span>
> </text:p>
> 
> Surely that's enough to present the content?
> 
> 
> regards
> 
>