Skip to content

Commit

Permalink
Merge pull request #51 from drott/minorEdits
Browse files Browse the repository at this point in the history
Minor edits
  • Loading branch information
Dominik Röttsches committed Feb 11, 2015
2 parents b76a369 + aec6a7f commit 423382d
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 35 deletions.
18 changes: 5 additions & 13 deletions Overview.src.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
span.open-issue { padding: 0 2em; }
.open-issue p:first-child { margin-top: 0; }
.open-issue p:last-child { margin-bottom: 0; }
p.open-issue:before { content: 'Open issue: '; font-weight: bolder;}

.non-normative { border-left-style: solid; border-left-width: 0.25em; background: none repeat scroll 0 0 #E9FBE9; border-color: #52E052; }
p.non-normative:before { content: 'Non-normative: '; font-weight: bolder;}
Expand Down Expand Up @@ -320,7 +319,7 @@ <h4>
<b>Requirements:</b> R1, R3, R4, R5, R7
</p>
<h4>
Multiplayer Gaming
Multiplayer gaming
</h4>
<p>
Splitting the gaming experience into a near screen controller and a large
Expand Down Expand Up @@ -1011,9 +1010,9 @@ <h3>
};
</pre>
<p class="open-issue">
Define contents of <code>session</code> attribute. Clarification:
The purpose of the session attribute is to provide the presented page
with access to the PresentationSession without allowing a potential race
Define contents of <code>session</code> attribute. Clarification: The
purpose of the session attribute is to provide the presented page with
access to the PresentationSession without allowing a potential race
condition between the registration of an event handler and the firing of
an event, or complicating the browser implementation to fix this case. It
should be null in an opening context and non-null in a presented
Expand Down Expand Up @@ -1471,14 +1470,7 @@ <h3>
Flesh out the algorithms</a>
</p>
<h2 class="no-num">
Security Considerations
</h2>
<p class="open-issue">
<a href="https://github.com/w3c/presentation-api/issues/45">ISSUE 45:
Security and privacy considerations section</a>
</p>
<h2 class="no-num">
Privacy Considerations
Security and Privacy Considerations
</h2>
<p class="open-issue">
<a href="https://github.com/w3c/presentation-api/issues/45">ISSUE 45:
Expand Down
33 changes: 11 additions & 22 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@
span.open-issue { padding: 0 2em; }
.open-issue p:first-child { margin-top: 0; }
.open-issue p:last-child { margin-bottom: 0; }
p.open-issue:before { content: 'Open issue: '; font-weight: bolder;}

.non-normative { border-left-style: solid; border-left-width: 0.25em; background: none repeat scroll 0 0 #E9FBE9; border-color: #52E052; }
p.non-normative:before { content: 'Non-normative: '; font-weight: bolder;}
Expand Down Expand Up @@ -80,8 +79,8 @@
<h1>
Presentation API
</h1>
<h2 class="no-num no-toc" id="w3c-editor's-draft-10-february-2015">
W3C Editor's Draft 10 February 2015
<h2 class="no-num no-toc" id="w3c-editor's-draft-11-february-2015">
W3C Editor's Draft 11 February 2015
</h2>
<dl>
<dt>
Expand Down Expand Up @@ -223,7 +222,7 @@ <h2 class="no-num no-toc" id="table-of-contents">
Video and image sharing
</a></li>
<li><a href="#multiplayer-gaming"><span class="secno">1.1.3 </span>
Multiplayer Gaming
Multiplayer gaming
</a></li>
<li><a href="#media-flinging-to-multiple-screens"><span class="secno">1.1.4 </span>
Media flinging to multiple screens
Expand Down Expand Up @@ -317,11 +316,8 @@ <h2 class="no-num no-toc" id="table-of-contents">
<li><a href="#todo"><span class="secno">6.6 </span>
TODO
</a></ol></li>
<li><a class="no-num" href="#security-considerations">
Security Considerations
</a></li>
<li><a class="no-num" href="#privacy-considerations">
Privacy Considerations
<li><a class="no-num" href="#security-and-privacy-considerations">
Security and Privacy Considerations
</a></li>
<li><a class="no-num" href="#references">
References
Expand Down Expand Up @@ -422,7 +418,7 @@ <h4 id="video-and-image-sharing"><span class="secno">1.1.2 </span>
<b>Requirements:</b> R1, R3, R4, R5, R7
</p>
<h4 id="multiplayer-gaming"><span class="secno">1.1.3 </span>
Multiplayer Gaming
Multiplayer gaming
</h4>
<p>
Splitting the gaming experience into a near screen controller and a large
Expand Down Expand Up @@ -1091,9 +1087,9 @@ <h3 id="interface-navigatorpresentation"><span class="secno">6.4 </span>
};
</pre>
<p class="open-issue">
TODO: Define contents of <code>session</code> attribute. Clarification:
The purpose of the session attribute is to provide the presented page
with access to the PresentationSession without allowing a potential race
Define contents of <code>session</code> attribute. Clarification: The
purpose of the session attribute is to provide the presented page with
access to the PresentationSession without allowing a potential race
condition between the registration of an event handler and the firing of
an event, or complicating the browser implementation to fix this case. It
should be null in an opening context and non-null in a presented
Expand Down Expand Up @@ -1530,15 +1526,8 @@ <h3 id="todo"><span class="secno">6.6 </span>
<a href="https://github.com/w3c/presentation-api/issues/34">ISSUE 34:
Flesh out the algorithms</a>
</p>
<h2 class="no-num" id="security-considerations">
Security Considerations
</h2>
<p class="open-issue">
<a href="https://github.com/w3c/presentation-api/issues/45">ISSUE 45:
Security and privacy considerations section</a>
</p>
<h2 class="no-num" id="privacy-considerations">
Privacy Considerations
<h2 class="no-num" id="security-and-privacy-considerations">
Security and Privacy Considerations
</h2>
<p class="open-issue">
<a href="https://github.com/w3c/presentation-api/issues/45">ISSUE 45:
Expand Down

0 comments on commit 423382d

Please sign in to comment.