tc 553 and 555
authorJames Craig <jcraig@apple.com>
Wed, 01 May 2013 11:05:40 -0700
changeset 219 0697fd57ad16
parent 218 5462a46e8ce2
child 220 9518ae31e7eb
tc 553 and 555
ARIA/1.0/tests/test-files/_/553.htm
ARIA/1.0/tests/test-files/_/555.htm
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/_/553.htm	Wed May 01 11:05:40 2013 -0700
@@ -0,0 +1,7 @@
+<style type="text/css">
+	[data-after]:after {
+		content: attr(data-after);
+	}
+</style>
+<label for="test" data-after="test content"></label>
+<input type="text" id="test">
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/ARIA/1.0/tests/test-files/_/555.htm	Wed May 01 11:05:40 2013 -0700
@@ -0,0 +1,4 @@
+<p>Expect to see the text 'Test Content' (not the default unlabeled text field) in between the next two paragraphs. If it does render, the name computation should expose 'Test Content' to th accessibility APIs. This does not render in most browsers (shows the field, not the replacement text) so it's probably not CR-required.</p>
+<p>The content-replaced image button immediately follows this paragraph.</p>
+<form><input type="any" id="test" style="content: 'Test Content';"></form>
+<p>The content-replaced image button immediately precedes this paragraph.</p>