Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(998)

Side by Side Diff: content/test/data/accessibility/details.html

Issue 591363003: Adds conversion rule for WebAXRoleDetails (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Adding dump ax test Created 6 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
(Empty)
1 <!DOCTYPE html>
2 <html>
3 <body>
4
5 <details>
dmazzoni 2014/09/24 19:32:24 It'd be nice to have two details elements in the p
6 <summary>details tag</summary>
dmazzoni 2014/09/24 19:32:24 nit: indent all of the lines inside of <details> t
7 <p>The <details> tag specifies additional details that the user can view or hide on demand.</p>
dmazzoni 2014/09/24 19:32:24 You should escape the < > as &gt; &lt; otherwise y
8 </details>
9
10 </body>
11 </html>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698