- From: CVS User lsilli <cvsmail@w3.org>
- Date: Thu, 31 Oct 2013 08:59:51 +0000
- To: public-html-commits@w3.org
Update of /sources/public/html5/html-polyglot
In directory roscoe:/tmp/cvs-serv1600/html-polyglot
Added Files:
WD-html-polyglot-20101019.htm TEMPLATE.html respec.js
WD-html-polyglot-20110113.htm WD-html-polyglot-20120315.htm
.htaccess SamplePage.xhtml SamplePage.html
WD-html-polyglot-20101012.htm WD-html-polyglot-20120925.htm
html-polyglot - WD.html html-polyglot-rendered.html
html-polyglot-ED-COPY.htm WD-html-polyglot-20110524.htm
TODO BEFORE PUBLISHING POLYGLOT SPEC.docx
WD-html-polyglot-20131008.htm WD-html-polyglot-20101017.htm
WD-html-polyglot-20120329.htm Sample.css html-polyglot.html
WD-html-polyglot-20110405.htm
Log Message:
Refactoring: Moved project from ./html-xhtml-authoring-guide to ./html-polyglot.
--- /sources/public/html5/html-polyglot/WD-html-polyglot-20101019.htm 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/WD-html-polyglot-20101019.htm 2013/10/31 08:59:51 1.1
<!DOCTYPE html>
<html xml:lang="en" dir="ltr" xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
<title>Polyglot Markup: HTML-Compatible XHTML Documents</title>
<meta name="GENERATOR" content="MSHTML 8.00.7600.16588"/>
<style type="text/css">
/*****************************************************************
* ReSpec CSS
* Robin Berjon (robin at berjon dot com)
* v0.05 - 2009-07-31
*****************************************************************/
/* --- INLINES --- */
em.rfc2119 {
text-transform: lowercase;
font-variant: small-caps;
font-style: normal;
color: #900;
}
h1 acronym, h2 acronym, h3 acronym, h4 acronym, h5 acronym, h6 acronym, a acronym,
h1 abbr, h2 abbr, h3 abbr, h4 abbr, h5 abbr, h6 abbr, a abbr {
border: none;
}
dfn {
font-weight: bold;
}
a.internalDFN {
color: inherit;
border-bottom: medium solid #99c;
text-decoration: none;
}
a.externalDFN {
color: inherit;
border-bottom: medium dotted #ccc;
text-decoration: none;
}
a.bibref {
text-decoration: none;
}
code {
color: #ff4500;
}
/* --- WEB IDL --- */
pre.idl {
border-top: 1px solid #90b8de;
border-bottom: 1px solid #90b8de;
padding: 1em;
line-height: 120%;
}
pre.idl::before {
content: "WebIDL";
display: block;
width: 150px;
background: #90b8de;
color: #fff;
font-family: initial;
padding: 3px;
font-weight: bold;
margin: -1em 0 1em -1em;
}
.idlType {
color: #ff4500;
font-weight: bold;
text-decoration: none;
}
/*.idlModule*/
/*.idlModuleID*/
/*.idlInterface*/
.idlInterfaceID {
font-weight: bold;
color: #005a9c;
}
.idlSuperclass {
font-style: italic;
color: #005a9c;
}
/*.idlAttribute*/
.idlAttrType, .idlFieldType {
color: #005a9c;
}
.idlAttrName, .idlFieldName {
color: #ff4500;
}
.idlAttrName a, .idlFieldName a {
color: #ff4500;
border-bottom: 1px dotted #ff4500;
text-decoration: none;
}
/*.idlMethod*/
.idlMethType {
color: #005a9c;
}
.idlMethName {
color: #ff4500;
}
.idlMethName a {
color: #ff4500;
border-bottom: 1px dotted #ff4500;
text-decoration: none;
}
/*.idlParam*/
.idlParamType {
color: #005a9c;
}
.idlParamName {
font-style: italic;
}
.extAttr {
color: #666;
}
/*.idlConst*/
.idlConstType {
color: #005a9c;
}
.idlConstName {
color: #ff4500;
}
.idlConstName a {
color: #ff4500;
border-bottom: 1px dotted #ff4500;
text-decoration: none;
}
/*.idlException*/
.idlExceptionID {
font-weight: bold;
color: #c00;
}
.idlTypedefID, .idlTypedefType {
color: #005a9c;
}
.idlRaises, .idlRaises a.idlType, .idlRaises a.idlType code, .excName a, .excName a code {
color: #c00;
font-weight: normal;
}
.excName a {
font-family: monospace;
}
.idlRaises a.idlType, .excName a.idlType {
border-bottom: 1px dotted #c00;
}
.excGetSetTrue, .excGetSetFalse, .prmNullTrue, .prmNullFalse, .prmOptTrue, .prmOptFalse {
width: 45px;
text-align: center;
}
.excGetSetTrue, .prmNullTrue, .prmOptTrue { color: #0c0; }
.excGetSetFalse, .prmNullFalse, .prmOptFalse { color: #c00; }
.idlImplements a {
font-weight: bold;
}
dl.attributes, dl.methods, dl.constants, dl.fields {
margin-left: 2em;
}
.attributes dt, .methods dt, .constants dt, .fields dt {
font-weight: normal;
}
.attributes dt code, .methods dt code, .constants dt code, .fields dt code {
font-weight: bold;
color: #000;
font-family: monospace;
}
.attributes dt code, .fields dt code {
background: #ffffd2;
}
.attributes dt .idlAttrType code, .fields dt .idlFieldType code {
color: #005a9c;
background: transparent;
font-family: inherit;
font-weight: normal;
font-style: italic;
}
.methods dt code {
background: #d9e6f8;
}
.constants dt code {
background: #ddffd2;
}
.attributes dd, .methods dd, .constants dd, .fields dd {
margin-bottom: 1em;
}
table.parameters, table.exceptions {
border-spacing: 0;
border-collapse: collapse;
margin: 0.5em 0;
width: 100%;
}
table.parameters { border-bottom: 1px solid #90b8de; }
table.exceptions { border-bottom: 1px solid #deb890; }
.parameters th, .exceptions th {
color: #fff;
padding: 3px 5px;
text-align: left;
font-family: initial;
font-weight: normal;
text-shadow: #666 1px 1px 0;
}
.parameters th { background: #90b8de; }
.exceptions th { background: #deb890; }
.parameters td, .exceptions td {
padding: 3px 10px;
border-top: 1px solid #ddd;
vertical-align: top;
}
.parameters tr:first-child td, .exceptions tr:first-child td {
border-top: none;
}
.parameters td.prmName, .exceptions td.excName, .exceptions td.excCodeName {
width: 100px;
}
.parameters td.prmType {
width: 120px;
}
table.exceptions table {
border-spacing: 0;
border-collapse: collapse;
width: 100%;
}
/* --- TOC --- */
.toc a {
text-decoration: none;
}
a .secno {
color: #000;
}
/* --- TABLE --- */
table.simple {
border-spacing: 0;
border-collapse: collapse;
border-bottom: 3px solid #005a9c;
}
.simple th {
background: #005a9c;
color: #fff;
padding: 3px 5px;
text-align: left;
}
.simple th[scope="row"] {
background: inherit;
color: inherit;
border-top: 1px solid #ddd;
}
.simple td {
padding: 3px 10px;
border-top: 1px solid #ddd;
}
.simple tr:nth-child(even) {
background: #f0f6ff;
}
/* --- DL --- */
.section dd > p:first-child {
margin-top: 0;
}
.section dd > p:last-child {
margin-bottom: 0;
}
.section dd {
margin-bottom: 1em;
}
.section dl.attrs dd, .section dl.eldef dd {
margin-bottom: 0;
}
/* --- EXAMPLES --- */
pre.example {
border-top: 1px solid #ff4500;
border-bottom: 1px solid #ff4500;
padding: 1em;
margin-top: 1em;
}
pre.example::before {
content: "Example";
display: block;
width: 150px;
background: #ff4500;
color: #fff;
font-family: initial;
padding: 3px;
font-weight: bold;
margin: -1em 0 1em -1em;
}
/* --- EDITORIAL NOTES --- */
.issue {
padding: 1em;
margin: 1em 0em 0em;
border: 1px solid #f00;
background: #ffc;
}
.issue::before {
content: "Issue";
display: block;
width: 150px;
margin: -1.5em 0 0.5em 0;
font-weight: bold;
border: 1px solid #f00;
background: #fff;
padding: 3px 1em;
}
.note {
margin: 1em 0em 0em;
padding: 1em;
border: 2px solid #cff6d9;
background: #e2fff0;
}
.note::before {
content: "Note";
display: block;
width: 150px;
margin: -1.5em 0 0.5em 0;
font-weight: bold;
border: 1px solid #cff6d9;
background: #fff;
padding: 3px 1em;
}
/* --- Best Practices --- */
div.practice {
border: solid #bebebe 1px;
margin: 2em 1em 1em 2em;
}
span.practicelab {
margin: 1.5em 0.5em 1em 1em;
font-weight: bold;
font-style: italic;
}
span.practicelab { background: #dfffff; }
span.practicelab {
position: relative;
padding: 0 0.5em;
top: -1.5em;
}
p.practicedesc {
margin: 1.5em 0.5em 1em 1em;
}
@media screen {
p.practicedesc {
[1039 lines skipped]
--- /sources/public/html5/html-polyglot/TEMPLATE.html 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/TEMPLATE.html 2013/10/31 08:59:51 1.1
[1333 lines skipped]
--- /sources/public/html5/html-polyglot/respec.js 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/respec.js 2013/10/31 08:59:51 1.1
[2961 lines skipped]
--- /sources/public/html5/html-polyglot/WD-html-polyglot-20110113.htm 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/WD-html-polyglot-20110113.htm 2013/10/31 08:59:51 1.1
[4498 lines skipped]
--- /sources/public/html5/html-polyglot/WD-html-polyglot-20120315.htm 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/WD-html-polyglot-20120315.htm 2013/10/31 08:59:51 1.1
[5647 lines skipped]
--- /sources/public/html5/html-polyglot/.htaccess 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/.htaccess 2013/10/31 08:59:51 1.1
[5649 lines skipped]
--- /sources/public/html5/html-polyglot/SamplePage.xhtml 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/SamplePage.xhtml 2013/10/31 08:59:51 1.1
[5800 lines skipped]
--- /sources/public/html5/html-polyglot/SamplePage.html 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/SamplePage.html 2013/10/31 08:59:51 1.1
[5951 lines skipped]
--- /sources/public/html5/html-polyglot/WD-html-polyglot-20101012.htm 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/WD-html-polyglot-20101012.htm 2013/10/31 08:59:51 1.1
[7276 lines skipped]
--- /sources/public/html5/html-polyglot/WD-html-polyglot-20120925.htm 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/WD-html-polyglot-20120925.htm 2013/10/31 08:59:51 1.1
[8904 lines skipped]
--- /sources/public/html5/html-polyglot/html-polyglot - WD.html 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/html-polyglot - WD.html 2013/10/31 08:59:51 1.1
[8904 lines skipped]
--- /sources/public/html5/html-polyglot/html-polyglot-rendered.html 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/html-polyglot-rendered.html 2013/10/31 08:59:51 1.1
[9532 lines skipped]
--- /sources/public/html5/html-polyglot/html-polyglot-ED-COPY.htm 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/html-polyglot-ED-COPY.htm 2013/10/31 08:59:51 1.1
[10475 lines skipped]
--- /sources/public/html5/html-polyglot/WD-html-polyglot-20110524.htm 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/WD-html-polyglot-20110524.htm 2013/10/31 08:59:51 1.1
[11643 lines skipped]
--- /sources/public/html5/html-polyglot/TODO BEFORE PUBLISHING POLYGLOT SPEC.docx 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/TODO BEFORE PUBLISHING POLYGLOT SPEC.docx 2013/10/31 08:59:51 1.1
[11643 lines skipped]
--- /sources/public/html5/html-polyglot/WD-html-polyglot-20131008.htm 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/WD-html-polyglot-20131008.htm 2013/10/31 08:59:51 1.1
[13274 lines skipped]
--- /sources/public/html5/html-polyglot/WD-html-polyglot-20101017.htm 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/WD-html-polyglot-20101017.htm 2013/10/31 08:59:51 1.1
[14722 lines skipped]
--- /sources/public/html5/html-polyglot/WD-html-polyglot-20120329.htm 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/WD-html-polyglot-20120329.htm 2013/10/31 08:59:51 1.1
[15871 lines skipped]
--- /sources/public/html5/html-polyglot/Sample.css 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/Sample.css 2013/10/31 08:59:51 1.1
[15931 lines skipped]
--- /sources/public/html5/html-polyglot/html-polyglot.html 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/html-polyglot.html 2013/10/31 08:59:51 1.1
[17209 lines skipped]
--- /sources/public/html5/html-polyglot/WD-html-polyglot-20110405.htm 2013/10/31 08:59:51 NONE
+++ /sources/public/html5/html-polyglot/WD-html-polyglot-20110405.htm 2013/10/31 08:59:51 1.1
[18363 lines skipped]
Received on Thursday, 31 October 2013 08:59:53 UTC