From d941820ebf61746d7ba8d655ea478b15a0e66d48 Mon Sep 17 00:00:00 2001
From: techfg ImageMapster Examples
+ Test 'shape' attributes using various combinations of values. If working + as expected, behavior of all 4 imagemaps should function identically. This + should be converted to a unit test once the testing framework is updated. +
+The behavior of each shape should be:
+All 'shape' attributes use conforming value (rect/poly/circle)
+ ++ All 'shape' attributes use non-conforming value (rectangle/polygon/circ) +
++ All 'shape' attributes use conforming value (poly/circle) with rectangle + shape attribute missing which should default to rect per HTML spec +
++ All 'shape' attributes use non-conforming value (polygon/circ) with + rectangle shape attribute empty which should default to rect per HTML spec +
+diff --git a/examples/shapes-spec.html b/examples/shapes-spec.html new file mode 100644 index 0000000..e58ea64 --- /dev/null +++ b/examples/shapes-spec.html @@ -0,0 +1,171 @@ + + +
+ +
+ + + + + + + + + + + + + +
+