diff --git a/core-aam/aria-colcount_new-manual.html b/core-aam/aria-colcount_new-manual.html index ae201e84f8c84f..60b797b3b57a42 100644 --- a/core-aam/aria-colcount_new-manual.html +++ b/core-aam/aria-colcount_new-manual.html @@ -64,10 +64,10 @@ "test" : { "IAccessible2" : [ [ - "result", + "property", "groupPosition", "contains", - "similarItemsInGroup=3" + "similarItemsInGroup:3" ] ] }, diff --git a/core-aam/aria-colindex_new-manual.html b/core-aam/aria-colindex_new-manual.html index 104239facf9075..3a0cead8ca67be 100644 --- a/core-aam/aria-colindex_new-manual.html +++ b/core-aam/aria-colindex_new-manual.html @@ -47,10 +47,10 @@ "colindex:3" ], [ - "result", + "property", "groupPosition", "contains", - "positionInGroup=3" + "positionInGroup:3" ] ], "UIA" : [ diff --git a/core-aam/aria-level_on_non-heading-manual.html b/core-aam/aria-level_on_non-heading-manual.html index f704e23e150b48..2698040bb74d71 100644 --- a/core-aam/aria-level_on_non-heading-manual.html +++ b/core-aam/aria-level_on_non-heading-manual.html @@ -41,10 +41,10 @@ "level:5" ], [ - "result", + "property", "groupPosition", "contains", - "groupLevel=5" + "groupLevel:5" ] ], "UIA" : [ diff --git a/core-aam/aria-posinset-manual.html b/core-aam/aria-posinset-manual.html index 772f112e8967dd..14d46b042dedc9 100644 --- a/core-aam/aria-posinset-manual.html +++ b/core-aam/aria-posinset-manual.html @@ -41,10 +41,10 @@ "posinset:2" ], [ - "result", + "property", "groupPosition", "contains", - "positionInGroup=2" + "positionInGroup:2" ] ], "UIA" : [ diff --git a/core-aam/aria-roledescription_new-manual.html b/core-aam/aria-roledescription_new-manual.html index bd4f194e28be4b..b137f4e1615cbf 100644 --- a/core-aam/aria-roledescription_new-manual.html +++ b/core-aam/aria-roledescription_new-manual.html @@ -35,8 +35,8 @@ ], "IAccessible2" : [ [ - "result", - "localizedExtendedRole()", + "property", + "localizedExtendedRole", "is", "hello world" ] diff --git a/core-aam/aria-rowcount_new-manual.html b/core-aam/aria-rowcount_new-manual.html index 2b4a353a6f7771..12ab12a04e0ea4 100644 --- a/core-aam/aria-rowcount_new-manual.html +++ b/core-aam/aria-rowcount_new-manual.html @@ -64,10 +64,10 @@ "test" : { "IAccessible2" : [ [ - "result", + "property", "groupPosition", "contains", - "similarItemsInGroup=3" + "similarItemsInGroup:3" ] ] }, diff --git a/core-aam/aria-rowindex_new-manual.html b/core-aam/aria-rowindex_new-manual.html index 813c41723635fa..f3310e90179d07 100644 --- a/core-aam/aria-rowindex_new-manual.html +++ b/core-aam/aria-rowindex_new-manual.html @@ -64,10 +64,10 @@ "test" : { "IAccessible2" : [ [ - "result", + "property", "groupPosition", "contains", - "positionInGroup=3" + "positionInGroup:3" ] ] }, diff --git a/core-aam/aria-valuemax-manual.html b/core-aam/aria-valuemax-manual.html index d89c0983f5c38b..f92332cfeeb7b2 100644 --- a/core-aam/aria-valuemax-manual.html +++ b/core-aam/aria-valuemax-manual.html @@ -35,7 +35,7 @@ ], "IAccessible2" : [ [ - "result", + "property", "maximumValue", "is", "10" diff --git a/core-aam/aria-valuemin-manual.html b/core-aam/aria-valuemin-manual.html index 19512d31acf592..2f5fd07d30001a 100644 --- a/core-aam/aria-valuemin-manual.html +++ b/core-aam/aria-valuemin-manual.html @@ -35,7 +35,7 @@ ], "IAccessible2" : [ [ - "result", + "property", "minimumValue", "is", "2" diff --git a/core-aam/aria-valuenow-manual.html b/core-aam/aria-valuenow-manual.html index 8ec2cb1c189d34..5aa9b94d7dbae7 100644 --- a/core-aam/aria-valuenow-manual.html +++ b/core-aam/aria-valuenow-manual.html @@ -35,13 +35,13 @@ ], "IAccessible2" : [ [ - "result", + "property", "currentValue", "is", "5" ], [ - "result", + "property", "accValue", "is", "5" diff --git a/core-aam/aria-valuetext-manual.html b/core-aam/aria-valuetext-manual.html index 5f073b22eaa01e..031fc60f3f7bdc 100644 --- a/core-aam/aria-valuetext-manual.html +++ b/core-aam/aria-valuetext-manual.html @@ -35,7 +35,7 @@ ], "IAccessible2" : [ [ - "result", + "property", "accValue", "is", "hello world"