Skip to content

Commit e535bae

Browse files
committed
Editorial: Typos.
Thanks to @dbates-wk for pointing these out. Closes #45. Closes #44.
1 parent d2844ba commit e535bae

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@
457457
font-style: normal;
458458
}
459459
dt dfn code, code.idl {
460-
font-size: inherit;
460+
font-size: normal;
461461
}
462462
dfn var {
463463
font-style: normal;
@@ -1436,7 +1436,7 @@
14361436
<div class="head">
14371437
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2016/logos/W3C" width="72"> </a> </p>
14381438
<h1>Secure Contexts</h1>
1439-
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-08-02">2 August 2016</time></span></h2>
1439+
<h2 class="no-num no-toc no-ref heading settled" id="subtitle"><span class="content">Editor’s Draft, <time class="dt-updated" datetime="2016-08-20">20 August 2016</time></span></h2>
14401440
<div data-fill-with="spec-metadata">
14411441
<dl>
14421442
<dt>This version:
@@ -2113,7 +2113,7 @@ <h3 class="heading settled" data-level="3.2" id="is-origin-trustworthy"><span cl
21132113
can generally trust as delivering data securely.</p>
21142114
<p>This algorithms considers certain hosts, scheme, and origins as potentially
21152115
trustworthy, even though they might not be authenticated and encrypted in the
2116-
traditional sense. In particular, the user agent SHOULD treat <code>file</code> URLs and
2116+
traditional sense. In particular, the user agent SHOULD treat <code>file</code> URLs
21172117
as potentially trustworthy. In principle the user agent could treat local
21182118
files as untrustworthy, but, <em>given the information that is available to
21192119
the user agent at runtime</em>, the resources appear to have been transported
@@ -2152,7 +2152,7 @@ <h3 class="heading settled" data-level="3.2" id="is-origin-trustworthy"><span cl
21522152
"<code>Potentially Trustworthy</code>".</p>
21532153
<p class="note" role="note">Note: See <a href="#development-environments">§7.2 Development Environments</a> for detail here.</p>
21542154
<li data-md="">
2155-
<p>Return "<code>Not Trusted</code>".</p>
2155+
<p>Return "<code>Not Trustworthy</code>".</p>
21562156
</ol>
21572157
<p class="note" role="note">Note: Neither <var>origin</var>’s <a data-link-type="dfn" href="https://www.w3.org/TR/html51/browsers.html#origin-domain">domain</a> nor <a data-link-type="dfn" href="https://www.w3.org/TR/html51/browsers.html#origin-port">port</a> has any effect on whether or not it is considered to be a <a data-link-type="dfn" href="#secure-context" id="ref-for-secure-context-26">secure context</a>.</p>
21582158
<h3 class="heading settled" data-level="3.3" id="is-url-trustworthy"><span class="secno">3.3. </span><span class="content"> Is <var>url</var> potentially trustworthy? </span><a class="self-link" href="#is-url-trustworthy"></a></h3>
@@ -2303,7 +2303,7 @@ <h3 class="heading settled" data-level="7.2" id="development-environments"><span
23032303
<p>In order to support developers who run staging servers on non-loopback hosts,
23042304
the user agent MAY allow users to configure specific sets of origins as
23052305
trustworthy, even though <a href="#is-origin-trustworthy">§3.2 Is origin potentially trustworthy?</a> would normally return
2306-
"<code>Not Trusted</code>".</p>
2306+
"<code>Not Trustworthy</code>".</p>
23072307
<h3 class="heading settled" data-level="7.3" id="new"><span class="secno">7.3. </span><span class="content">Restricting New Features</span><a class="self-link" href="#new"></a></h3>
23082308
<p><em>This section is non-normative.</em></p>
23092309
<p>When writing a specification for new features, we recommend that authors
@@ -2557,7 +2557,7 @@ <h3 class="no-num no-ref heading settled" id="informative"><span class="content"
25572557
<dt id="biblio-mediacapture-streams">[MEDIACAPTURE-STREAMS]
25582558
<dd>Daniel Burnett; et al. <a href="https://w3c.github.io/mediacapture-main/">Media Capture and Streams</a>. 19 May 2016. CR. URL: <a href="https://w3c.github.io/mediacapture-main/">https://w3c.github.io/mediacapture-main/</a>
25592559
<dt id="biblio-mix">[MIX]
2560-
<dd>Mike West. <a href="https://w3c.github.io/webappsec/specs/mixedcontent/">Mixed Content</a>. 8 October 2015. CR. URL: <a href="https://w3c.github.io/webappsec/specs/mixedcontent/">https://w3c.github.io/webappsec/specs/mixedcontent/</a>
2560+
<dd>Mike West. <a href="https://w3c.github.io/webappsec-mixed-content/">Mixed Content</a>. 2 August 2016. CR. URL: <a href="https://w3c.github.io/webappsec-mixed-content/">https://w3c.github.io/webappsec-mixed-content/</a>
25612561
<dt id="biblio-powerful-new-features">[POWERFUL-NEW-FEATURES]
25622562
<dd>Chrome Security Team. <a href="https://www.chromium.org/Home/chromium-security/prefer-secure-origins-for-powerful-new-features">Prefer Secure Origins For Powerful New Features</a>. URL: <a href="https://www.chromium.org/Home/chromium-security/prefer-secure-origins-for-powerful-new-features">https://www.chromium.org/Home/chromium-security/prefer-secure-origins-for-powerful-new-features</a>
25632563
<dt id="biblio-rfc6265">[RFC6265]

index.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -815,7 +815,7 @@ <h3 id="is-origin-trustworthy">
815815

816816
This algorithms considers certain hosts, scheme, and origins as potentially
817817
trustworthy, even though they might not be authenticated and encrypted in the
818-
traditional sense. In particular, the user agent SHOULD treat `file` URLs and
818+
traditional sense. In particular, the user agent SHOULD treat `file` URLs
819819
as potentially trustworthy. In principle the user agent could treat local
820820
files as untrustworthy, but, <em>given the information that is available to
821821
the user agent at runtime</em>, the resources appear to have been transported
@@ -862,7 +862,7 @@ <h3 id="is-origin-trustworthy">
862862

863863
Note: See [[#development-environments]] for detail here.
864864

865-
8. Return "`Not Trusted`".
865+
8. Return "`Not Trustworthy`".
866866

867867
Note: Neither |origin|'s <a for="origin">domain</a> nor <a for="origin">port</a>
868868
has any effect on whether or not it is considered to be a <a>secure context</a>.
@@ -1076,7 +1076,7 @@ <h3 id="development-environments">Development Environments</h3>
10761076
In order to support developers who run staging servers on non-loopback hosts,
10771077
the user agent MAY allow users to configure specific sets of origins as
10781078
trustworthy, even though [[#is-origin-trustworthy]] would normally return
1079-
"`Not Trusted`".
1079+
"`Not Trustworthy`".
10801080

10811081
<h3 id="new">Restricting New Features</h3>
10821082

0 commit comments

Comments
 (0)