[svn r49] interactive demo trunk
authordglazman
Tue, 16 Mar 2010 05:52:22 -0500
branchtrunk
changeset 45 df5e85b9024b
parent 44 d22e39d7a6f9
child 46 62cddb244f1f
[svn r49] interactive demo
demo.xhtml
--- a/demo.xhtml	Tue Mar 16 05:50:54 2010 -0500
+++ b/demo.xhtml	Tue Mar 16 05:52:22 2010 -0500
@@ -39,11 +39,12 @@
   <p>Warning, it's a work in progress. One detail though: no regexps for parsing inside...</p>
   <p>The current document has the following stylesheet attached:</p>
   <textarea style="margin: auto; width: 100%" rows="15" id="source">/* JSCSSP test */
-pre { background-color: #FFFFCC; /* shorthands */ border: 2px silver solid; padding: 1em;
-
-/* at least one of the 2 following properties not recognized by your browser
-   but parsed and preserved by JSCSSP */
--moz-border-radius: 11px; -webkit-border-radius:11px}
+pre { background-color: #FFFFCC; 
+      /* shorthands */ border: 2px silver solid; padding: 1em;
+      /* at least one of the 2 following properties not recognized by your browser
+         but parsed and preserved by JSCSSP */
+      -moz-border-radius: 11px; -webkit-border-radius:11px
+    }
 
 body { font-family: sans-serif; margin: 1em }
 h1 { background-color: silver }