Skip to content
This repository has been archived by the owner on Oct 2, 2019. It is now read-only.

Commit

Permalink
Merge pull request #18 from marcoscaceres/pubrules
Browse files Browse the repository at this point in the history
Fixed issues pub rules found. No need for review, as these are all mechanical changes.
  • Loading branch information
marcoscaceres-remote committed May 7, 2013
2 parents b67a6fe + 836ca81 commit 2ed41d8
Show file tree
Hide file tree
Showing 7 changed files with 1,155 additions and 31 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@

make.sh
67 changes: 50 additions & 17 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,14 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<meta content=
"HTML Tidy for HTML5 (experimental) for Mac OS X https://github.com/w3c/tidy-html5/tree/c63cc39"
name="generator">
<meta charset="UTF-8">
<title>
The app: URI scheme
</title>
<style>
figcaption:before {
content:"Figure: ";
font-weight: bold;
}
figure table {
margin: auto;
border: 1px solid #aaa;
}
figure td {
text-align: center;
padding: .25em .5em .25em .25em;
vertical-align: middle;
}
</style>
<link class="nopub" href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=
"stylesheet">
<style>
table {
table {
margin: auto;
text-align: center;

Expand All @@ -30,8 +48,8 @@
<h1 class="no-num no-toc">
The app: URI scheme
</h1>
<h2 class="no-num no-toc" id="editor's-draft-last-updated-3-may-2013">
Editor's Draft - Last updated 3 May 2013
<h2 class="no-num no-toc" id="editor's-draft-last-updated-7-may-2013">
<span class="nopub">Editor's Draft- Last updated 7 May 2013</span>
</h2>
<dl class="nopub">
<dt>
Expand All @@ -55,12 +73,6 @@ <h2 class="no-num no-toc" id="editor's-draft-last-updated-3-may-2013">
<a href="https://github.com/sysapps/app-uri/commits/gh-pages">Github
commits</a>
</dd>
<dt>
Editor:
</dt>
<dd>
<a href="http://marcosc.com/">Marcos Cáceres</a>, W3C Invited Expert
</dd>
<dt>
Bug tracker:
</dt>
Expand All @@ -70,7 +82,6 @@ <h2 class="no-num no-toc" id="editor's-draft-last-updated-3-may-2013">
</dd>
</dl>
<div>
<!--begin-copyright-->
<p class="copyright">
<a href=
"http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
Expand All @@ -80,17 +91,18 @@ <h2 class="no-num no-toc" id="editor's-draft-last-updated-3-may-2013">
"Massachusetts Institute of Technology">MIT</abbr></a>, <a href=
"http://www.ercim.eu/"><abbr title=
"European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
<a href="http://www.keio.ac.jp/">Keio</a>), All Rights Reserved. W3C
<a href="http://www.keio.ac.jp/">Keio</a>, <a href=
"http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C
<a href=
"http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href=
"http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
and <a href=
"http://www.w3.org/Consortium/Legal/copyright-documents">document
use</a> rules apply.
</p><!--end-copyright-->
</p>
<hr>
</div>
<hr>
</div>
<h2 class="no-num no-toc" id="abstract">
Abstract
Expand All @@ -115,9 +127,30 @@ <h2 class="no-num no-toc" id="status-of-this-document">
index</a> at http://www.w3.org/TR/.</em>
</p>
<p>
This document was produced by the <a href=
"www.w3.org/2012/sysapps/">System Applications Working Group</a>. If you
wish to make comments regarding this document, please send them to
Implementors should be aware that this specification is not stable.
<strong>Implementors who are not taking part in the discussions are
likely to find the specification changing out from under them in
incompatible ways.</strong> Vendors interested in implementing this
specification before it eventually reaches the Candidate Recommendation
stage should join the aforementioned mailing lists and take part in the
discussions.
</p>
<!-- q.v. http://lists.w3.org/Archives/Public/public-html/2010Oct/0457.html -->
<script>
function closeWarning(element) {
element.parentNode.removeChild(element);
var date = new Date();
date.setDate(date.getDate()+4);
document.cookie = 'hide-obsolescence-warning=1; expires=' + date.toGMTString();
}
if (getCookie('hide-obsolescence-warning') == '1')
setTimeout(function () { document.getElementById('wip').parentNode.removeChild(document.getElementById('wip')); }, 2000);
</script>
<p>
This is the First Public Working Draft of <cite>The app: URI
scheme</cite> specification. This document was produced by the <a href=
"http://www.w3.org/2012/sysapps/">System Applications Working Group</a>.
If you wish to make comments regarding this document, please send them to
<a href="mailto:public-sysapps@w3.org">public-sysapps@w3.org</a>
(<a href="mailto:public-sysapps-request@w3.org?subject=subscribe">subscribe</a>,
<a href=
Expand All @@ -128,7 +161,7 @@ <h2 class="no-num no-toc" id="status-of-this-document">
This document was produced by a group operating under the <a href=
"http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004
W3C Patent Policy</a>. W3C maintains a <a href=
"http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public
"http://www.w3.org/2004/01/pp-impl/58119/status" rel="disclosure">public
list of any patent disclosures</a> made in connection with the
deliverables of the group; that page also includes instructions for
disclosing a patent. An individual who has actual knowledge of a patent
Expand Down
153 changes: 139 additions & 14 deletions index.src.html
Original file line number Diff line number Diff line change
@@ -1,10 +1,76 @@
<!DOCTYPE html>
<html>
<head>
<meta name="generator" content=
"HTML Tidy for HTML5 (experimental) for Mac OS X https://github.com/w3c/tidy-html5/tree/c63cc39">
<meta charset="UTF-8">
<title>
The app: URI scheme
</title>
<style>
figcaption:before {
content:"Figure: ";
font-weight: bold;
}
figure table {
margin: auto;
border: 1px solid #aaa;
}
figure td {
text-align: center;
padding: .25em .5em .25em .25em;
vertical-align: middle;
}
</style>
<style class="w3c">
.stability {
position: fixed;
bottom: 0;
left: 0;
right: 0;
margin: 0 auto 0 auto;
width: 50%;
background: maroon;
color: yellow;
-webkit-border-radius: 1em 1em 0 0;
-moz-border-radius: 1em 1em 0 0;
border-radius: 1em 1em 0 0;
-moz-box-shadow: 0 0 1em #500;
-webkit-box-shadow: 0 0 1em #500;
box-shadow: 0 0 1em red;
padding: 0.5em 1em;
text-align: center;
}
.stability strong {
display: block;
}
.stability button {
-moz-appearance: none;
-webkit-appearance: none;
margin: 0;
border: 0;
padding: 0.25em 0.5em;
background: transparent;
color: black;
position: absolute;
top: -0.5em;
right: 0;
font: 1.25em sans-serif;
text-align: center;
}
.stability button:hover {
color: white;
text-shadow: 0 0 2px black;
}
.stability button:active {
padding: 0.3em 0.45em 0.2em 0.55em;
}
.stability :link, .stability :visited, .stability :link:hover,
.stability :visited:hover {
background: transparent;
color: white;
}
</style>
<link class="w3c" href="http://www.w3.org/StyleSheets/TR/W3C-WD.css" rel=
"stylesheet">
<link class="nopub" href="http://www.w3.org/StyleSheets/TR/W3C-ED" rel=
Expand Down Expand Up @@ -33,7 +99,8 @@ <h1 class="no-num no-toc">
[TITLE]
</h1>
<h2 class="no-num no-toc">
[LONGSTATUS] - Last updated [DATE]
<span class="w3c">W3C First Public Working Draft [DATE]</span>
<span class="nopub">[LONGSTATUS]- Last updated [DATE]</span>
</h2>
<dl class="nopub">
<dt>
Expand All @@ -57,12 +124,6 @@ <h2 class="no-num no-toc">
<a href="https://github.com/sysapps/app-uri/commits/gh-pages">Github
commits</a>
</dd>
<dt>
Editor:
</dt>
<dd>
<a href="http://marcosc.com/">Marcos Cáceres</a>, W3C Invited Expert
</dd>
<dt>
Bug tracker:
</dt>
Expand Down Expand Up @@ -97,11 +158,43 @@ <h2 class="no-num no-toc">
<dd>
None
</dd>
<dt>
Editor:
</dt>
<dd>
<a href="http://marcosc.com/">Marcos Cáceres</a>, Mozilla
Corporation.
</dd>
<dt>
Bug tracker:
</dt>
<dd>
<a href="https://github.com/sysapps/app-uri/issues">Issue tracker on
github</a>
</dd>
</dl>
<div>
<!--copyright-->
<p class="copyright">
<a href=
"http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a>
© [YEAR] <a href="http://www.w3.org/"><abbr title=
"World Wide Web Consortium">W3C</abbr></a><sup>®</sup> (<a href=
"http://www.csail.mit.edu/"><abbr title=
"Massachusetts Institute of Technology">MIT</abbr></a>, <a href=
"http://www.ercim.eu/"><abbr title=
"European Research Consortium for Informatics and Mathematics">ERCIM</abbr></a>,
<a href="http://www.keio.ac.jp/">Keio</a>, <a href=
"http://ev.buaa.edu.cn/">Beihang</a>), All Rights Reserved. W3C
<a href=
"http://www.w3.org/Consortium/Legal/ipr-notice#Legal_Disclaimer">liability</a>,
<a href=
"http://www.w3.org/Consortium/Legal/ipr-notice#W3C_Trademarks">trademark</a>
and <a href=
"http://www.w3.org/Consortium/Legal/copyright-documents">document
use</a> rules apply.
</p>
<hr>
</div>
<hr>
</div>
<h2 class="no-num no-toc">
Abstract
Expand All @@ -125,10 +218,42 @@ <h2 class="no-num no-toc">
can be found in the <a href="http://www.w3.org/TR/">W3C technical reports
index</a> at http://www.w3.org/TR/.</em>
</p>
<p>
This document was produced by the <a href=
"www.w3.org/2012/sysapps/">System Applications Working Group</a>. If you
wish to make comments regarding this document, please send them to
<p class="w3c">
Publication as a First Public Working Draft does not imply endorsement by
the W3C Membership. This is a draft document and may be updated, replaced
or obsoleted by other documents at any time. It is inappropriate to cite
this document as other than work in progress.
</p>
<p>
Implementors should be aware that this specification is not stable.
<strong>Implementors who are not taking part in the discussions are
likely to find the specification changing out from under them in
incompatible ways.</strong> Vendors interested in implementing this
specification before it eventually reaches the Candidate Recommendation
stage should join the aforementioned mailing lists and take part in the
discussions.
</p>
<!-- q.v. http://lists.w3.org/Archives/Public/public-html/2010Oct/0457.html -->
<p class="stability w3c" id="wip">
<strong>This is a work in progress!</strong> For the latest updates from
the HTML WG, possibly including important bug fixes, please look at the
<a href="http://www.w3.org/2012/sysapps/app-uri/">editor's draft</a>
instead. <button onclick="closeWarning(this.parentNode)">X</button>
</p><script>
function closeWarning(element) {
element.parentNode.removeChild(element);
var date = new Date();
date.setDate(date.getDate()+4);
document.cookie = 'hide-obsolescence-warning=1; expires=' + date.toGMTString();
}
if (getCookie('hide-obsolescence-warning') == '1')
setTimeout(function () { document.getElementById('wip').parentNode.removeChild(document.getElementById('wip')); }, 2000);
</script>
<p>
This is the First Public Working Draft of <cite>The app: URI
scheme</cite> specification. This document was produced by the <a href=
"http://www.w3.org/2012/sysapps/">System Applications Working Group</a>.
If you wish to make comments regarding this document, please send them to
<a href="mailto:public-sysapps@w3.org">public-sysapps@w3.org</a>
(<a href="mailto:public-sysapps-request@w3.org?subject=subscribe">subscribe</a>,
<a href=
Expand All @@ -139,7 +264,7 @@ <h2 class="no-num no-toc">
This document was produced by a group operating under the <a href=
"http://www.w3.org/Consortium/Patent-Policy-20040205/">5 February 2004
W3C Patent Policy</a>. W3C maintains a <a href=
"http://www.w3.org/2004/01/pp-impl/42538/status" rel="disclosure">public
"http://www.w3.org/2004/01/pp-impl/58119/status" rel="disclosure">public
list of any patent disclosures</a> made in connection with the
deliverables of the group; that page also includes instructions for
disclosing a patent. An individual who has actual knowledge of a patent
Expand Down
Loading

0 comments on commit 2ed41d8

Please sign in to comment.