changed from div to section because div already maps as section
authorMichael Cooper <cooper@w3.org>
Wed, 07 Mar 2012 17:39:21 -0500
changeset 6 d66dacd2eb82
parent 5 5dcc7f636411
child 7 83e9e6b7b4e9
changed from div to section because div already maps as section
ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-section.html
--- a/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-section.html	Mon Mar 05 13:08:41 2012 -0500
+++ b/ARIA/1.0/tests/test-files/roles-plain-abstract/roles-plain-abstract-section.html	Wed Mar 07 17:39:21 2012 -0500
@@ -3,9 +3,9 @@
 <html>
    <head>
       <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-      <title>Plain &lt;div&gt; with abstract role "section" and no states or properties</title>
+      <title>Plain &lt;p&gt; with abstract role "section" and no states or properties</title>
    </head>
    <body>
-      <div role="section" id="test">Placeholder content</div>
+      <p role="section" id="test">Placeholder content</p>
    </body>
 </html>
\ No newline at end of file