- From: CVS User lsilli <cvsmail@w3.org>
- Date: Thu, 18 Apr 2013 20:15:20 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-xhtml-author-guide
In directory roscoe:/tmp/cvs-serv2113
Modified Files:
testfile-lhs.xhtml
Log Message:
testing
--- /sources/public/html5/html-xhtml-author-guide/testfile-lhs.xhtml 2013/04/18 20:02:14 1.3
+++ /sources/public/html5/html-xhtml-author-guide/testfile-lhs.xhtml 2013/04/18 20:15:19 1.4
@@ -1,11 +1,11 @@
<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'>
-<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US" >
<head>
<title>Polyglot Markup: HTML-Compatible XHTML Documents</title>
<meta charset="utf-8" />
-<style>/*****************************************************************
+<style type="text/css">/*****************************************************************
* ReSpec 3 CSS
* Robin Berjon - http://berjon.com/
*****************************************************************/
@@ -114,7 +114,7 @@
.section dl.attrs dd, .section dl.eldef dd {
margin-bottom: 0;
}
-</style><style>/* --- EXAMPLES --- */
+</style><style style="text/css">/* --- EXAMPLES --- */
div.example-title {
min-width: 7.5em;
color: #b9ab2d;
@@ -146,7 +146,7 @@
aside.example div.example div.example-title {
color: #999;
}
-</style><style>/* --- ISSUES/NOTES --- */
+</style><style type="text/css">/* --- ISSUES/NOTES --- */
div.issue-title, div.note-title {
padding-right: 1em;
min-width: 7.5em;
@@ -185,7 +185,7 @@
}
-</style><style>/* HIGHLIGHTS */
+</style><style type="text/css">/* HIGHLIGHTS */
code.prettyprint {
color: inherit;
}
@@ -193,7 +193,7 @@
/* this from google-code-prettify */
.pln{color:#000}@media screen{.str{color:#080}.kwd{color:#008}.com{color:#800}.typ{color:#606}.lit{color:#066}.pun,.opn,.clo{color:#660}.tag{color:#008}.atn{color:#606}.atv{color:#080}.dec,.var{color:#606}.fun{color:red}}@media print,projection{.str{color:#060}.kwd{color:#006;font-weight:bold}.com{color:#600;font-style:italic}.typ{color:#404;font-weight:bold}.lit{color:#044}.pun,.opn,.clo{color:#440}.tag{color:#006;font-weight:bold}.atn{color:#404}.atv{color:#060}}ol.linenums{margin-top:0;margin-bottom:0}li.L0,li.L1,li.L2,li.L3,li.L5,li.L6,li.L7,li.L8{list-style-type:none}li.L1,li.L3,li.L5,li.L7,li.L9{background:#eee}
</style><link rel="stylesheet" href="//www.w3.org/StyleSheets/TR/W3C-ED" />
-<!--[if lt IE 9]><script src='http://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]-->
+<!--[if lt IE 9]><script type="text/javascript" src='http://www.w3.org/2008/site/js/html5shiv.js'></script><![endif]-->
</head>
<body><div class="head">
Received on Thursday, 18 April 2013 20:15:21 UTC