To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73244


User mmp changed the following:

                What    |Old value                 |New value
================================================================================
                     URL|                          |http://specs.openoffice.or
                        |                          |g/appwide/drawing_layer/Al
                        |                          |ternativeTextsForDrawingOb
                        |                          |jects.odt
--------------------------------------------------------------------------------




------- Additional comments from [EMAIL PROTECTED] Mon Jan  8 10:08:09 -0800 
2007 -------
adding URL to spec:

section 2.5:

1) AccessibleName will deliver the following:
IF Title<>""
THEN return Title
ELSE
  IF Name<>""
    THEN return Name
  ELSE
    return AutoGeneratedString // Type of object and Number

This is defferent than:
a) the name previously set at the called object, or (if that has not yet been 
set)
b) the title of the shape, or (if that is empty)
c) the name of the shape, or (if that is empty)
d) a newly created name.

Maybe "name" and "title" have different meaning for us but consider that the
spec has 3 possible return values while you provide 4. Something is going on 
here.

2nd) The Descripton
Spec: AccessibleDescription will always deliver Description.
Your way:
a) the description previously set at the called object, or (if that has not yet
been set)
b) the description of the shape, or (if that is empty)
c) a newly created description.

The spec says: return description or nothing.

Maybe I am missing the point here. Please let me know.

---------------------------------------------------------------------
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to