Skip to content

Commit

Permalink
Fixes #23. s/non-Desktop/Desktop/ typo.
Browse files Browse the repository at this point in the history
Also add @hexalys to Acknowledgements.
  • Loading branch information
Mike Taylor committed Dec 14, 2015
1 parent 78e3d5f commit 0868447
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions compatibility.bs
Expand Up @@ -721,7 +721,7 @@ Whenever the viewport is drawn at a different angle compared to the device's nat

1. <a lt="fire an event">Fire an event</a> named <code><dfn id="event-orientationchange" lt="orientationchange">orientationchange</dfn></code> at the {{Window}} object of the <a>active document</a>.

User agents implementing the <a attribute lt="orientation"><code>window.orientation</code></a> attribute and its associated <a>orientationchange</a> event must not expose them on non-Desktop platforms.
User agents implementing the <a attribute lt="orientation"><code>window.orientation</code></a> attribute and its associated <a>orientationchange</a> event must not expose them on Desktop platforms.

<div class="note">iOS Safari also fires an <code>orientationchange</code> event on the <code><{body}></code> element, but other implementations do not, suggesting it's not required for compability with the web.</div>

Expand Down Expand Up @@ -773,7 +773,7 @@ WebKit also has this on <a href="https://github.com/WebKit/webkit/blob/e455672f9
</div>

<h2 id="acknowledgements" class="no-num">Acknowledgements</h2>
Thanks to Daniel Holbert, Jacob Rossi, Philip Jägenstedt, Simon Pieters, Stanley Stuart, and Your Name Here for feedback and contributions to this standard.
Thanks to Daniel Holbert, hexalys, Jacob Rossi, Philip Jägenstedt, Simon Pieters, Stanley Stuart, and Your Name Here for feedback and contributions to this standard.

Thanks to Simon Pieters, Dirk Schulze and Rik Cabanier for defining the {{DOMMatrix}} and {{DOMMatrixReadOnly}} interfaces. [[!geometry-1]]

Expand Down
6 changes: 3 additions & 3 deletions compatibility.html
Expand Up @@ -30,7 +30,7 @@
<h1 class="p-name no-ref" id="title">Compatibility</h1>

<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Living Standard — Last Updated
<time class="dt-updated" datetime="2015-12-08">8 December 2015</time></span></h2>
<time class="dt-updated" datetime="2015-12-14">14 December 2015</time></span></h2>

<div data-fill-with="spec-metadata">
<dl>
Expand Down Expand Up @@ -1103,7 +1103,7 @@ <h3 class="heading settled" data-level="4.2" id="windoworientation-interface"><s

</ol>

<p>User agents implementing the <a class="idl-code" data-link-type="attribute" href="#dom-window-orientation"><code>window.orientation</code></a> attribute and its associated <a data-link-type="dfn" href="#event-orientationchange">orientationchange</a> event must not expose them on non-Desktop platforms.</p>
<p>User agents implementing the <a class="idl-code" data-link-type="attribute" href="#dom-window-orientation"><code>window.orientation</code></a> attribute and its associated <a data-link-type="dfn" href="#event-orientationchange">orientationchange</a> event must not expose them on Desktop platforms.</p>


<div class="note" role="note">iOS Safari also fires an <code>orientationchange</code> event on the <code><code><a data-link-type="element" href="https://html.spec.whatwg.org/multipage/semantics.html#the-body-element">body</a></code></code> element, but other implementations do not, suggesting it’s not required for compability with the web.</div>
Expand Down Expand Up @@ -1187,7 +1187,7 @@ <h4 class="heading settled" data-level="4.2.2" id="event-handlers"><span class="


<h2 class="no-num heading settled" id="acknowledgements"><span class="content">Acknowledgements</span><a class="self-link" href="#acknowledgements"></a></h2>
Thanks to Daniel Holbert, Jacob Rossi, Philip Jägenstedt, Simon Pieters, Stanley Stuart, and Your Name Here for feedback and contributions to this standard.
Thanks to Daniel Holbert, hexalys, Jacob Rossi, Philip Jägenstedt, Simon Pieters, Stanley Stuart, and Your Name Here for feedback and contributions to this standard.


<p>Thanks to Simon Pieters, Dirk Schulze and Rik Cabanier for defining the <code class="idl"><a data-link-type="idl" href="https://drafts.fxtf.org/geometry/#dommatrix">DOMMatrix</a></code> and <code class="idl"><a data-link-type="idl" href="https://drafts.fxtf.org/geometry/#dommatrixreadonly">DOMMatrixReadOnly</a></code> interfaces. <a data-link-type="biblio" href="#biblio-geometry-1">[geometry-1]</a></p>
Expand Down

0 comments on commit 0868447

Please sign in to comment.