[html5] r7594 - [e] (0) Try to more consistently use 'popup' for the noun and 'pop-up' for the a [...]
whatwg at whatwg.org
whatwg at whatwg.org
Tue Dec 18 16:27:31 PST 2012
Author: ianh
Date: 2012-12-18 16:27:30 -0800 (Tue, 18 Dec 2012)
New Revision: 7594
Modified:
complete.html
index
source
Log:
[e] (0) Try to more consistently use 'popup' for the noun and 'pop-up' for the adjective.
Affected topics: HTML
Modified: complete.html
===================================================================
--- complete.html 2012-12-18 23:48:59 UTC (rev 7593)
+++ complete.html 2012-12-19 00:27:30 UTC (rev 7594)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 18 December 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 19 December 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -20430,8 +20430,8 @@
<p>The <a href=#activation-behavior>activation behavior</a> of <code><a href=#the-a-element>a</a></code> elements that create <a href=#hyperlink title=hyperlink>hyperlinks</a> is to run the following steps:</p>
- <ol><li><p>If either the <code><a href=#the-a-element>a</a></code> element has a <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code> attribute and the algorithm is not <a href=#allowed-to-show-a-pop-up>allowed
- to show a pop-up</a>, or the element's <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>
+ <ol><li><p>If either the <code><a href=#the-a-element>a</a></code> element has a <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code> attribute and the algorithm is not <a href=#allowed-to-show-a-popup>allowed
+ to show a popup</a>, or the element's <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>
attribute is present and applying <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
browsing context name</a>, using the value of the <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute as the browsing context name, would result
in there not being a chosen browsing context, then throw an <code><a href=#invalidaccesserror>InvalidAccessError</a></code>
@@ -65982,7 +65982,7 @@
<div class=impl>
- <hr><p>An algorithm is <dfn id=allowed-to-show-a-pop-up>allowed to show a pop-up</dfn> if, in the <a href=#concept-task title=concept-task>task</a> in which the algorithm is running, either:</p>
+ <hr><p>An algorithm is <dfn id=allowed-to-show-a-popup>allowed to show a popup</dfn> if, in the <a href=#concept-task title=concept-task>task</a> in which the algorithm is running, either:</p>
<ul class=brief><li>an <a href=#activation-behavior>activation behavior</a> is currently being processed whose <code title=event-click><a href=#event-click>click</a></code> event was <a href=#concept-events-trusted title=concept-events-trusted>trusted</a>,
or</li>
@@ -66035,7 +66035,7 @@
agent's configuration and abilities — it is determined by the rules given for the first
applicable option from the following list:</p>
- <dl class=switch><dt id=popup-blocker>If the algorithm is not <a href=#allowed-to-show-a-pop-up>allowed to show a pop-up</a> and the
+ <dl class=switch><dt id=popup-blocker>If the algorithm is not <a href=#allowed-to-show-a-popup>allowed to show a popup</a> and the
user agent has been configured to not show popups (i.e. the user agent has a "popup blocker"
enabled)</dt>
@@ -67726,7 +67726,7 @@
scripting, while still allowing access to the DOM of the sandboxed content.</p>
<p>Second, it can be used to embed content from a third-party site, sandboxed to prevent that
- site from opening popup windows, etc, without preventing the embedded page from communicating
+ site from opening pop-up windows, etc, without preventing the embedded page from communicating
back to its originating site, using the database APIs to store data, etc.</p>
</div>
@@ -67881,7 +67881,7 @@
if a new <code><a href=#document>Document</a></code> were opened.</p>
<p>An example of the latter would be something like keeping track of
- the precise coordinate from which a popup <code><a href=#the-div-element>div</a></code> was made
+ the precise coordinate from which a pop-up <code><a href=#the-div-element>div</a></code> was made
to animate, so that if the user goes back, it can be made to animate
to the same location. Or alternatively, it could be used to keep a
pointer into a cache of data that would be fetched from the server
Modified: index
===================================================================
--- index 2012-12-18 23:48:59 UTC (rev 7593)
+++ index 2012-12-19 00:27:30 UTC (rev 7594)
@@ -248,7 +248,7 @@
<header class=head id=head><p><a class=logo href=http://www.whatwg.org/><img alt=WHATWG height=101 src=/images/logo width=101></a></p>
<hgroup><h1 class=allcaps>HTML</h1>
- <h2 class="no-num no-toc">Living Standard — Last Updated 18 December 2012</h2>
+ <h2 class="no-num no-toc">Living Standard — Last Updated 19 December 2012</h2>
</hgroup><dl><dt><strong>Web developer edition:</strong></dt>
<dd><strong><a href=http://developers.whatwg.org/>http://developers.whatwg.org/</a></strong></dd>
<dt>Multiple-page version:</dt>
@@ -20430,8 +20430,8 @@
<p>The <a href=#activation-behavior>activation behavior</a> of <code><a href=#the-a-element>a</a></code> elements that create <a href=#hyperlink title=hyperlink>hyperlinks</a> is to run the following steps:</p>
- <ol><li><p>If either the <code><a href=#the-a-element>a</a></code> element has a <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code> attribute and the algorithm is not <a href=#allowed-to-show-a-pop-up>allowed
- to show a pop-up</a>, or the element's <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>
+ <ol><li><p>If either the <code><a href=#the-a-element>a</a></code> element has a <code title=attr-hyperlink-download><a href=#attr-hyperlink-download>download</a></code> attribute and the algorithm is not <a href=#allowed-to-show-a-popup>allowed
+ to show a popup</a>, or the element's <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code>
attribute is present and applying <a href=#the-rules-for-choosing-a-browsing-context-given-a-browsing-context-name>the rules for choosing a browsing context given a
browsing context name</a>, using the value of the <code title=attr-hyperlink-target><a href=#attr-hyperlink-target>target</a></code> attribute as the browsing context name, would result
in there not being a chosen browsing context, then throw an <code><a href=#invalidaccesserror>InvalidAccessError</a></code>
@@ -65982,7 +65982,7 @@
<div class=impl>
- <hr><p>An algorithm is <dfn id=allowed-to-show-a-pop-up>allowed to show a pop-up</dfn> if, in the <a href=#concept-task title=concept-task>task</a> in which the algorithm is running, either:</p>
+ <hr><p>An algorithm is <dfn id=allowed-to-show-a-popup>allowed to show a popup</dfn> if, in the <a href=#concept-task title=concept-task>task</a> in which the algorithm is running, either:</p>
<ul class=brief><li>an <a href=#activation-behavior>activation behavior</a> is currently being processed whose <code title=event-click><a href=#event-click>click</a></code> event was <a href=#concept-events-trusted title=concept-events-trusted>trusted</a>,
or</li>
@@ -66035,7 +66035,7 @@
agent's configuration and abilities — it is determined by the rules given for the first
applicable option from the following list:</p>
- <dl class=switch><dt id=popup-blocker>If the algorithm is not <a href=#allowed-to-show-a-pop-up>allowed to show a pop-up</a> and the
+ <dl class=switch><dt id=popup-blocker>If the algorithm is not <a href=#allowed-to-show-a-popup>allowed to show a popup</a> and the
user agent has been configured to not show popups (i.e. the user agent has a "popup blocker"
enabled)</dt>
@@ -67726,7 +67726,7 @@
scripting, while still allowing access to the DOM of the sandboxed content.</p>
<p>Second, it can be used to embed content from a third-party site, sandboxed to prevent that
- site from opening popup windows, etc, without preventing the embedded page from communicating
+ site from opening pop-up windows, etc, without preventing the embedded page from communicating
back to its originating site, using the database APIs to store data, etc.</p>
</div>
@@ -67881,7 +67881,7 @@
if a new <code><a href=#document>Document</a></code> were opened.</p>
<p>An example of the latter would be something like keeping track of
- the precise coordinate from which a popup <code><a href=#the-div-element>div</a></code> was made
+ the precise coordinate from which a pop-up <code><a href=#the-div-element>div</a></code> was made
to animate, so that if the user goes back, it can be made to animate
to the same location. Or alternatively, it could be used to keep a
pointer into a cache of data that would be fetched from the server
Modified: source
===================================================================
--- source 2012-12-18 23:48:59 UTC (rev 7593)
+++ source 2012-12-19 00:27:30 UTC (rev 7594)
@@ -21631,7 +21631,7 @@
<li><p>If either the <code>a</code> element has a <code
title="attr-hyperlink-download">download</code> attribute and the algorithm is not <span>allowed
- to show a pop-up</span>, or the element's <code title="attr-hyperlink-target">target</code>
+ to show a popup</span>, or the element's <code title="attr-hyperlink-target">target</code>
attribute is present and applying <span>the rules for choosing a browsing context given a
browsing context name</span>, using the value of the <code
title="attr-hyperlink-target">target</code> attribute as the browsing context name, would result
@@ -77235,7 +77235,7 @@
<hr>
- <p>An algorithm is <dfn>allowed to show a pop-up</dfn> if, in the <span
+ <p>An algorithm is <dfn>allowed to show a popup</dfn> if, in the <span
title="concept-task">task</span> in which the algorithm is running, either:</p>
<ul class="brief">
@@ -77302,7 +77302,7 @@
<dl class="switch">
- <dt id="popup-blocker">If the algorithm is not <span>allowed to show a pop-up</span> and the
+ <dt id="popup-blocker">If the algorithm is not <span>allowed to show a popup</span> and the
user agent has been configured to not show popups (i.e. the user agent has a "popup blocker"
enabled)</dt>
@@ -79235,7 +79235,7 @@
scripting, while still allowing access to the DOM of the sandboxed content.</p>
<p>Second, it can be used to embed content from a third-party site, sandboxed to prevent that
- site from opening popup windows, etc, without preventing the embedded page from communicating
+ site from opening pop-up windows, etc, without preventing the embedded page from communicating
back to its originating site, using the database APIs to store data, etc.</p>
</div>
@@ -79418,7 +79418,7 @@
if a new <code>Document</code> were opened.</p>
<p>An example of the latter would be something like keeping track of
- the precise coordinate from which a popup <code>div</code> was made
+ the precise coordinate from which a pop-up <code>div</code> was made
to animate, so that if the user goes back, it can be made to animate
to the same location. Or alternatively, it could be used to keep a
pointer into a cache of data that would be fetched from the server
More information about the Commit-Watchers
mailing list