Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 AXWebArea | |
| 2 ++AXList | |
| 3 ++++AXGroup AXTitle='One' | |
| 4 ++++++AXGroup | |
| 5 ++++++++AXListMarker AXValue='•' | |
| 6 ++++++++AXStaticText AXValue='One' | |
| 7 ++++AXGroup AXTitle='Two' | |
| 8 ++++++AXGroup | |
| 9 ++++++++AXListMarker AXValue='•' | |
| 10 ++++++++AXStaticText AXValue='Two' | |
|
David Tseng
2015/06/22 20:58:29
Curious, if an author wanted to insert this listit
dmazzoni
2015/06/22 21:08:18
Right now the way to do that would be to simply li
| |
| 11 ++AXGroup AXTitle='Three' | |
| 12 ++++AXGroup | |
| 13 ++++++AXListMarker AXValue='•' | |
| 14 ++++++AXStaticText AXValue='Three' | |
| OLD | NEW |