Skip to content
23 changes: 18 additions & 5 deletions 20131112/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,21 +98,34 @@ <h2 class="no-num no-toc">Draft Report 12 November 2013</h2>
</dl>


<p class="copyright">Copyright © 2013 the contributors to this specification.</p>
<p class="copyright">
<a href="http://www.w3.org/Consortium/Legal/ipr-notice#Copyright">Copyright</a> © 2014 the Contributors to the
Presentation API Specification, published by the <a href="http://www.w3.org/community/webscreens/">Second Screen
Presentation Community Group</a> under the
<a href="https://www.w3.org/community/about/agreements/cla/">W3C Community Contributor License Agreement (CLA)</a>.
A human-readable <a href="http://www.w3.org/community/about/agreements/cla-deed/">summary</a> is available.
</p>

<hr>

</div>


<h2 class="no-num no-toc" id="abstract">Abstract</h2>
This document standardizes access to external presentation type
displays for web applications.
<p>This specification defines an API to enable web content to access external
presentation-type displays and use them for presenting web content.</p>


<h2 class="no-num no-toc" id="sotd">Status of this Document</h2>

This document is a draft to collect feedback on the general
approach and intended to be published by the <a href="http://www.w3.org/community/webscreens/">Second Screen Presentation Community Group</a>.
<p>This specification was published by
the <a href="http://www.w3.org/community/webscreens/">Second Screen Presentation
Community Group</a>. It is not a W3C Standard nor is it on the W3C Standards
Track. Please note that under the
W3C <a href="http://www.w3.org/community/about/agreements/cla/">Community
Contributor License Agreement (CLA)</a> there is a limited opt-out and other
conditions apply. Learn more about <a href="http://www.w3.org/community/">W3C
Community and Business Groups</a>.</p>

<!--
<p><em>This section describes the status of this document at the time of its
Expand Down
6 changes: 5 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# http://wiki.whatwg.org/wiki/GitHub#Makefile

ANOLIS = anolis
TIDY-HTML5 = tidy-html5

all: index.html ../xref/xrefs/dom/presentation.json
all: tidy index.html ../xref/xrefs/dom/presentation.json

index.html: Overview.src.html ../xref Makefile
$(ANOLIS) --w3c-compat-substitutions \
Expand All @@ -11,3 +12,6 @@ index.html: Overview.src.html ../xref Makefile

../xref/xrefs/dom/presentation.json: Overview.src.html Makefile
$(ANOLIS) --dump-xrefs=$@ $< /tmp/spec

tidy: Overview.src.html build/tidyconfig.txt
$(TIDY-HTML5) -config build/tidyconfig.txt -o $< $<
Loading