| Index: ui/accessibility/ax_enums.idl
|
| diff --git a/ui/accessibility/ax_enums.idl b/ui/accessibility/ax_enums.idl
|
| index 2016c2419ef1d90afc6b4fe1862df727a23e50f0..a00514ff1196ff5a6b3c8e31090a704174001063 100644
|
| --- a/ui/accessibility/ax_enums.idl
|
| +++ b/ui/accessibility/ax_enums.idl
|
| @@ -410,8 +410,10 @@
|
| // Identifies a child tree which this node hosts.
|
| child_tree_id,
|
|
|
| - // Position or Number of items in current set of listitems or treeitems
|
| + // Number of items in a set typically of treeitems orlistitems.
|
| set_size,
|
| +
|
| + // The 1-based position of the item within the set above.
|
| pos_in_set,
|
|
|
| // In the case of AX_ROLE_COLOR_WELL, specifies the selected color.
|
|
|