[html5] r8136 - [e] (0) Try renaming 'friends with' to 'familiar with'. Fixing https://www.w3.or [...]
whatwg at whatwg.org
whatwg at whatwg.org
Wed Aug 7 16:11:06 PDT 2013
Author: ianh
Date: 2013-08-07 16:11:05 -0700 (Wed, 07 Aug 2013)
New Revision: 8136
Modified:
complete.html
index
source
Log:
[e] (0) Try renaming 'friends with' to 'familiar with'.
Fixing https://www.w3.org/Bugs/Public/show_bug.cgi?id=22319
Affected topics: DOM APIs, HTML, Security
Modified: complete.html
===================================================================
--- complete.html 2013-08-07 21:29:48 UTC (rev 8135)
+++ complete.html 2013-08-07 23:11:05 UTC (rev 8136)
@@ -64850,7 +64850,7 @@
<h4 id=security-nav><span class=secno>6.1.4 </span>Security</h4>
- <p id=security-1>A <a href=#browsing-context>browsing context</a> <var title="">A</var> is <dfn id=friends-with>friends with</dfn> a second <a href=#browsing-context>browsing context</a> <var title="">B</var> if one of the
+ <p id=security-1>A <a href=#browsing-context>browsing context</a> <var title="">A</var> is <dfn id=familiar-with>familiar with</dfn> a second <a href=#browsing-context>browsing context</a> <var title="">B</var> if one of the
following conditions is true:</p>
<ul><li>Either the <a href=#origin>origin</a> of the <a href=#active-document>active document</a> of <var title="">A</var>
@@ -64861,7 +64861,7 @@
<a href=#top-level-browsing-context>top-level browsing context</a>, and its <a href=#top-level-browsing-context>top-level browsing context</a> is <var title="">B</var>, or</li>
<li>The browsing context <var title="">B</var> is an <a href=#auxiliary-browsing-context>auxiliary browsing context</a> and
- <var title="">A</var> is <a href=#friends-with>friends with</a> <var title="">B</var>'s <a href=#opener-browsing-context>opener
+ <var title="">A</var> is <a href=#familiar-with>familiar with</a> <var title="">B</var>'s <a href=#opener-browsing-context>opener
browsing context</a>, or</li>
<li>The browsing context <var title="">B</var> is not a <a href=#top-level-browsing-context>top-level browsing context</a>,
@@ -65097,7 +65097,7 @@
<td>none
<td>none
- <tr><td>name that exists with different top, if <a href=#friends-with title="friends with">friends</a> and <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
+ <tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">friends</a> and <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<td>specified
<td>specified
<td>specified
@@ -65105,7 +65105,7 @@
<td>specified
<td>specified
- <tr><td>name that exists with different top, if <a href=#friends-with title="friends with">friends</a> but not <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
+ <tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">friends</a> but not <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<td>specified
<td>specified
<td>none
@@ -65113,7 +65113,7 @@
<td>none
<td>none
- <tr><td>name that exists with different top, not <a href=#friends-with title="friends with">friends</a>
+ <tr><td>name that exists with different top, not <a href=#familiar-with title="familiar with">friends</a>
<td>new
<td>new
<td>maybe new
@@ -65187,7 +65187,7 @@
<p>If the given browsing context name is not <code title="">_blank</code> and there exists a
browsing context whose <a href=#browsing-context-name title="browsing context name">name</a> is the same as the given
- browsing context name, and the current browsing context is <a href=#friends-with>friends with</a> that
+ browsing context name, and the current browsing context is <a href=#familiar-with>familiar with</a> that
browsing context, and the user agent determines that the two browsing contexts are related
enough that it is ok if they reach each other, then that browsing context must be the chosen
one. If there are multiple matching browsing contexts, the user agent should select one in some
@@ -65603,7 +65603,7 @@
<a href=#script-closable>script-closable</a>.</li>
<li>The <a href="#script's-browsing-context" title="script's browsing context">browsing context</a> of the <a href=#incumbent-script>incumbent
- script</a> is <a href=#friends-with>friends with</a> the <a href=#browsing-context>browsing context</a> <var title="">A</var>.</li>
+ script</a> is <a href=#familiar-with>familiar with</a> the <a href=#browsing-context>browsing context</a> <var title="">A</var>.</li>
<li>The <a href="#script's-browsing-context" title="script's browsing context">browsing context</a> of the <a href=#incumbent-script>incumbent
script</a> is <a href=#allowed-to-navigate>allowed to navigate</a> the <a href=#browsing-context>browsing context</a> <var title="">A</var>.</li>
@@ -67510,11 +67510,11 @@
exceptions:</p>
<ul><li>The <code title=dom-url-href><a href=#dom-url-href>href</a></code> setter, if the <a href=#entry-script>entry script</a>'s
- <a href="#script's-browsing-context">script's browsing context</a> is <a href=#friends-with>friends with</a> the <a href=#browsing-context>browsing
+ <a href="#script's-browsing-context">script's browsing context</a> is <a href=#familiar-with>familiar with</a> the <a href=#browsing-context>browsing
context</a> with which the <code><a href=#location>Location</a></code> object is associated
<li>The <code title=dom-location-replace><a href=#dom-location-replace>replace()</a></code> method, if the <a href=#entry-script>entry
- script</a>'s <a href="#script's-browsing-context">script's browsing context</a> is <a href=#friends-with>friends with</a> the
+ script</a>'s <a href="#script's-browsing-context">script's browsing context</a> is <a href=#familiar-with>familiar with</a> the
<a href=#browsing-context>browsing context</a> with which the <code><a href=#location>Location</a></code> object is associated
<li>Any properties not defined in the IDL for the <code><a href=#location>Location</a></code> object or indirectly via
Modified: index
===================================================================
--- index 2013-08-07 21:29:48 UTC (rev 8135)
+++ index 2013-08-07 23:11:05 UTC (rev 8136)
@@ -64850,7 +64850,7 @@
<h4 id=security-nav><span class=secno>6.1.4 </span>Security</h4>
- <p id=security-1>A <a href=#browsing-context>browsing context</a> <var title="">A</var> is <dfn id=friends-with>friends with</dfn> a second <a href=#browsing-context>browsing context</a> <var title="">B</var> if one of the
+ <p id=security-1>A <a href=#browsing-context>browsing context</a> <var title="">A</var> is <dfn id=familiar-with>familiar with</dfn> a second <a href=#browsing-context>browsing context</a> <var title="">B</var> if one of the
following conditions is true:</p>
<ul><li>Either the <a href=#origin>origin</a> of the <a href=#active-document>active document</a> of <var title="">A</var>
@@ -64861,7 +64861,7 @@
<a href=#top-level-browsing-context>top-level browsing context</a>, and its <a href=#top-level-browsing-context>top-level browsing context</a> is <var title="">B</var>, or</li>
<li>The browsing context <var title="">B</var> is an <a href=#auxiliary-browsing-context>auxiliary browsing context</a> and
- <var title="">A</var> is <a href=#friends-with>friends with</a> <var title="">B</var>'s <a href=#opener-browsing-context>opener
+ <var title="">A</var> is <a href=#familiar-with>familiar with</a> <var title="">B</var>'s <a href=#opener-browsing-context>opener
browsing context</a>, or</li>
<li>The browsing context <var title="">B</var> is not a <a href=#top-level-browsing-context>top-level browsing context</a>,
@@ -65097,7 +65097,7 @@
<td>none
<td>none
- <tr><td>name that exists with different top, if <a href=#friends-with title="friends with">friends</a> and <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
+ <tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">friends</a> and <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<td>specified
<td>specified
<td>specified
@@ -65105,7 +65105,7 @@
<td>specified
<td>specified
- <tr><td>name that exists with different top, if <a href=#friends-with title="friends with">friends</a> but not <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
+ <tr><td>name that exists with different top, if <a href=#familiar-with title="familiar with">friends</a> but not <a href=#one-permitted-sandboxed-navigator>one permitted sandboxed navigator</a>
<td>specified
<td>specified
<td>none
@@ -65113,7 +65113,7 @@
<td>none
<td>none
- <tr><td>name that exists with different top, not <a href=#friends-with title="friends with">friends</a>
+ <tr><td>name that exists with different top, not <a href=#familiar-with title="familiar with">friends</a>
<td>new
<td>new
<td>maybe new
@@ -65187,7 +65187,7 @@
<p>If the given browsing context name is not <code title="">_blank</code> and there exists a
browsing context whose <a href=#browsing-context-name title="browsing context name">name</a> is the same as the given
- browsing context name, and the current browsing context is <a href=#friends-with>friends with</a> that
+ browsing context name, and the current browsing context is <a href=#familiar-with>familiar with</a> that
browsing context, and the user agent determines that the two browsing contexts are related
enough that it is ok if they reach each other, then that browsing context must be the chosen
one. If there are multiple matching browsing contexts, the user agent should select one in some
@@ -65603,7 +65603,7 @@
<a href=#script-closable>script-closable</a>.</li>
<li>The <a href="#script's-browsing-context" title="script's browsing context">browsing context</a> of the <a href=#incumbent-script>incumbent
- script</a> is <a href=#friends-with>friends with</a> the <a href=#browsing-context>browsing context</a> <var title="">A</var>.</li>
+ script</a> is <a href=#familiar-with>familiar with</a> the <a href=#browsing-context>browsing context</a> <var title="">A</var>.</li>
<li>The <a href="#script's-browsing-context" title="script's browsing context">browsing context</a> of the <a href=#incumbent-script>incumbent
script</a> is <a href=#allowed-to-navigate>allowed to navigate</a> the <a href=#browsing-context>browsing context</a> <var title="">A</var>.</li>
@@ -67510,11 +67510,11 @@
exceptions:</p>
<ul><li>The <code title=dom-url-href><a href=#dom-url-href>href</a></code> setter, if the <a href=#entry-script>entry script</a>'s
- <a href="#script's-browsing-context">script's browsing context</a> is <a href=#friends-with>friends with</a> the <a href=#browsing-context>browsing
+ <a href="#script's-browsing-context">script's browsing context</a> is <a href=#familiar-with>familiar with</a> the <a href=#browsing-context>browsing
context</a> with which the <code><a href=#location>Location</a></code> object is associated
<li>The <code title=dom-location-replace><a href=#dom-location-replace>replace()</a></code> method, if the <a href=#entry-script>entry
- script</a>'s <a href="#script's-browsing-context">script's browsing context</a> is <a href=#friends-with>friends with</a> the
+ script</a>'s <a href="#script's-browsing-context">script's browsing context</a> is <a href=#familiar-with>familiar with</a> the
<a href=#browsing-context>browsing context</a> with which the <code><a href=#location>Location</a></code> object is associated
<li>Any properties not defined in the IDL for the <code><a href=#location>Location</a></code> object or indirectly via
Modified: source
===================================================================
--- source 2013-08-07 21:29:48 UTC (rev 8135)
+++ source 2013-08-07 23:11:05 UTC (rev 8136)
@@ -72305,7 +72305,7 @@
<h4 id="security-nav">Security</h4>
- <p id="security-1">A <span>browsing context</span> <var title="">A</var> is <dfn>friends with</dfn> a second <span>browsing context</span> <var title="">B</var> if one of the
+ <p id="security-1">A <span>browsing context</span> <var title="">A</var> is <dfn>familiar with</dfn> a second <span>browsing context</span> <var title="">B</var> if one of the
following conditions is true:</p>
<ul>
@@ -72319,7 +72319,7 @@
title="">B</var>, or</li>
<li>The browsing context <var title="">B</var> is an <span>auxiliary browsing context</span> and
- <var title="">A</var> is <span>friends with</span> <var title="">B</var>'s <span>opener
+ <var title="">A</var> is <span>familiar with</span> <var title="">B</var>'s <span>opener
browsing context</span>, or</li>
<li>The browsing context <var title="">B</var> is not a <span>top-level browsing context</span>,
@@ -72599,7 +72599,7 @@
<td>none
<tr>
- <td>name that exists with different top, if <span title="friends with">friends</span> and <span>one permitted sandboxed navigator</span>
+ <td>name that exists with different top, if <span title="familiar with">friends</span> and <span>one permitted sandboxed navigator</span>
<td>specified
<td>specified
<td>specified
@@ -72608,7 +72608,7 @@
<td>specified
<tr>
- <td>name that exists with different top, if <span title="friends with">friends</span> but not <span>one permitted sandboxed navigator</span>
+ <td>name that exists with different top, if <span title="familiar with">friends</span> but not <span>one permitted sandboxed navigator</span>
<td>specified
<td>specified
<td>none
@@ -72617,7 +72617,7 @@
<td>none
<tr>
- <td>name that exists with different top, not <span title="friends with">friends</span>
+ <td>name that exists with different top, not <span title="familiar with">friends</span>
<td>new
<td>new
<td>maybe new
@@ -72708,7 +72708,7 @@
<p>If the given browsing context name is not <code title="">_blank</code> and there exists a
browsing context whose <span title="browsing context name">name</span> is the same as the given
- browsing context name, and the current browsing context is <span>friends with</span> that
+ browsing context name, and the current browsing context is <span>familiar with</span> that
browsing context, and the user agent determines that the two browsing contexts are related
enough that it is ok if they reach each other, then that browsing context must be the chosen
one. If there are multiple matching browsing contexts, the user agent should select one in some
@@ -73163,7 +73163,7 @@
<span>script-closable</span>.</li>
<li>The <span title="script's browsing context">browsing context</span> of the <span>incumbent
- script</span> is <span>friends with</span> the <span>browsing context</span> <var
+ script</span> is <span>familiar with</span> the <span>browsing context</span> <var
title="">A</var>.</li>
<li>The <span title="script's browsing context">browsing context</span> of the <span>incumbent
@@ -75364,11 +75364,11 @@
<ul>
<li>The <code title="dom-url-href">href</code> setter, if the <span>entry script</span>'s
- <span>script's browsing context</span> is <span>friends with</span> the <span>browsing
+ <span>script's browsing context</span> is <span>familiar with</span> the <span>browsing
context</span> with which the <code>Location</code> object is associated
<li>The <code title="dom-location-replace">replace()</code> method, if the <span>entry
- script</span>'s <span>script's browsing context</span> is <span>friends with</span> the
+ script</span>'s <span>script's browsing context</span> is <span>familiar with</span> the
<span>browsing context</span> with which the <code>Location</code> object is associated
<li>Any properties not defined in the IDL for the <code>Location</code> object or indirectly via
More information about the Commit-Watchers
mailing list