@@ -1895,7 +1895,7 @@ <h4>Not Mapped</h4>
1895
1895
< th > < a class ="property-reference " href ="#aria-colindex "> < code > aria-colindex</ code > </ a > [ARIA 1.1]</ th >
1896
1896
< td >
1897
1897
< ul >
1898
- < li > Expose the value of < code > aria-colindex</ code > in object attribute < code > colindex:<value></ code > . </ li >
1898
+ < li > Expose the value of < code > aria-colindex</ code > in object attribute < code > colindex:<value></ code > </ li >
1899
1899
< li > Expose via < a href ="#mapping_group_position "> < code > groupPosition()</ code > </ a > on cell and gridcell</ li >
1900
1900
</ ul >
1901
1901
@@ -1913,7 +1913,7 @@ <h4>Not Mapped</h4>
1913
1913
1914
1914
</ td >
1915
1915
< td >
1916
- < code > AXARIAColumnIndex: <value></ code > , 0-based ( < code > aria-colindex </ code > is 1-based).
1916
+ < code > AXARIAColumnIndex: <value></ code >
1917
1917
</ td >
1918
1918
</ tr >
1919
1919
< tr id ="ariaColSpan ">
@@ -1936,7 +1936,7 @@ <h4>Not Mapped</h4>
1936
1936
</ td >
1937
1937
< td > < code > AXColumnIndexRange:< br />
1938
1938
location=<column index>< br />
1939
- length=<colspan value></ code > ,< br />
1939
+ length=<colspan value></ code > ,
1940
1940
where < code > location</ code > is 0-based.
1941
1941
</ td >
1942
1942
</ tr >
@@ -2585,14 +2585,14 @@ <h4>Not Mapped</h4>
2585
2585
</ ul >
2586
2586
</ td >
2587
2587
< td >
2588
- < code > AXARIARowIndex: <value></ code > , 0-based ( < code > aria-rowindex </ code > is 1-based).
2588
+ < code > AXARIARowIndex: <value></ code >
2589
2589
</ td >
2590
2590
</ tr >
2591
2591
< tr id ="ariaRowSpan ">
2592
2592
< th > < a class ="property-reference " href ="#aria-rowspan "> < code > aria-rowspan</ code > </ a > [ARIA 1.1]</ th >
2593
2593
< td >
2594
2594
< ul >
2595
- < li > Expose the value of < code > aria-rowspan</ code > in object attribute < code > rowspan:<value></ code > . </ li >
2595
+ < li > Expose the value of < code > aria-rowspan</ code > in object attribute < code > rowspan:<value></ code > </ li >
2596
2596
< li > Expose via < code > IAccessibleTableCell::rowExtent</ code > </ li >
2597
2597
</ ul >
2598
2598
</ td >
@@ -2602,7 +2602,7 @@ <h4>Not Mapped</h4>
2602
2602
</ ul > </ td >
2603
2603
< td >
2604
2604
< ul >
2605
- < li > Expose the value of < code > aria-rowspan</ code > in object attribute < code > rowspan:<value></ code > . </ li >
2605
+ < li > Expose the value of < code > aria-rowspan</ code > in object attribute < code > rowspan:<value></ code > </ li >
2606
2606
< li > Expose via < code > AccessibleTableCell</ code > interface method < code > atk_table_cell_get_row_column_span()</ code > </ li >
2607
2607
</ ul >
2608
2608
</ td >
0 commit comments