[svn r39] better title for robots... trunk
authordglazman
Mon, 15 Mar 2010 08:04:00 -0500
branchtrunk
changeset 35 f25ec50003ff
parent 34 b95217570237
child 36 e8fb702c461c
[svn r39] better title for robots...
demo.xhtml
--- a/demo.xhtml	Mon Mar 15 08:00:55 2010 -0500
+++ b/demo.xhtml	Mon Mar 15 08:04:00 2010 -0500
@@ -1,14 +1,14 @@
 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 <html xmlns="http://www.w3.org/1999/xhtml">
 <head><meta content="text/html; charset=ISO-8859-1" http-equiv="content-type" />
-  <title>Demo JSCSSP</title>
+  <title>Demo of JSCSSP, a CSS parser in JavaScript</title>
 
   <style type="text/css">@charset 'iso-8859-1';
 @media screen,projection,print {/* comment inside a media rule */pre { background-color: #FFFFCC;
 /* comment between two declarations */<a ></a>border: 2px silver solid; padding: 1em; -moz-border-radius: 11px;
 -webkit-border-radius:11px}
 body { font-family: sans-serif; margin: 1em }
-.foo { font: 300 italic 1.3em/1.7em "FB Armada", sans-serif }
+.foo { /* example of font shorthand */font: 300 italic 1.3em/1.7em "FB Armada", sans-serif }
 /* comment between two style rules */
 h1 { background-color: silver }
 h2 { background-color: lightgrey }