Skip to content
This repository has been archived by the owner on Jul 30, 2019. It is now read-only.

Commit

Permalink
Fix typos: "<<" → "<"
Browse files Browse the repository at this point in the history
  • Loading branch information
takenspc authored and adrianba committed Feb 12, 2016
1 parent 0e4c4c4 commit 1e8cafd
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 19 deletions.
10 changes: 5 additions & 5 deletions sections/browsers.include
Expand Up @@ -247,15 +247,15 @@
return the <code>WindowProxy</code> object of the <a>parent browsing context</a>, if there
is one (i.e. if <var>b</var> is a <a>child browsing context</a>), or the
<code>WindowProxy</code> object of the <a>browsing context</a> <var>b</var> itself,
otherwise (i.e. if it is a <a>top-level browsing context</a> or a detached <<a>nested browsing context</a>).
otherwise (i.e. if it is a <a>top-level browsing context</a> or a detached <a>nested browsing context</a>).

The <dfn><code>frameElement</code></dfn> IDL attribute on the
<code>Window</code> object of a <code>Document</code> <var>d</var>, on getting, must run
the following algorithm:

<ol>

<li>If <var>d</var> is not a <code>Document</code> in a <<a>nested browsing context</a>, return null and abort these steps.</li>
<li>If <var>d</var> is not a <code>Document</code> in a <a>nested browsing context</a>, return null and abort these steps.</li>

<li>If the <a>browsing context container</a>'s <a>node document</a> does not have the
same <a>effective script origin</a> as the
Expand Down Expand Up @@ -2385,7 +2385,7 @@
choosing a browsing context given a browsing context name</a>.

Every <a>nested browsing context</a> has an <dfn><code>iframe</code> sandboxing flag
set</dfn>, which is a <a>sandboxing flag set</a>. Which flags in a <<a>nested browsing context</a>'s <a><code>iframe</code> sandboxing flag set</a> are set at any particular
set</dfn>, which is a <a>sandboxing flag set</a>. Which flags in a <a>nested browsing context</a>'s <a><code>iframe</code> sandboxing flag set</a> are set at any particular
time is determined by the <{iframe}> element's <code>sandbox</code> attribute.

Every <code>Document</code> has an <dfn>active sandboxing flag set</dfn>, which is a
Expand Down Expand Up @@ -3853,7 +3853,7 @@

<li>

If the <a>browsing context</a> being navigated is a <<a>nested browsing context</a>, then put it in the <a>delaying <code>load</code> events
If the <a>browsing context</a> being navigated is a <a>nested browsing context</a>, then put it in the <a>delaying <code>load</code> events
mode</a>.

The user agent must take this <a>nested browsing context</a> out of the <a>delaying
Expand Down Expand Up @@ -3951,7 +3951,7 @@
So for example a <a><code>javascript:</code> URL</a> in
an <{links/href}> attribute of an <{a}> element
would only be evaluated when the link was followed, while such a URL in the <code>src</code> attribute of an <{iframe}> element would be
evaluated in the context of the <code>iframe</code>'s own <<a>nested browsing context</a> when the <code>iframe</code> is being set up; once evaluated, its return value
evaluated in the context of the <code>iframe</code>'s own <a>nested browsing context</a> when the <code>iframe</code> is being set up; once evaluated, its return value
(if it was not void) would replace that <a>browsing context</a>'s {{Document}}, thus also
changing the <code>Window</code> object of that <a>browsing context</a>.
</div>
Expand Down
6 changes: 3 additions & 3 deletions sections/editing.include
Expand Up @@ -479,7 +479,7 @@
<{iframe}>) is a <a>focusable area</a>, but key events routed to a <a>browsing context
container</a> get immediately routed to the <a>nested browsing context</a>'s <a>active
document</a>. Similarly, in sequential focus navigation a <a>browsing context
container</a> essentially acts merely as a placeholder for its <<a>nested browsing context</a>'s <a>active document</a>.
container</a> essentially acts merely as a placeholder for its <a>nested browsing context</a>'s <a>active document</a>.
</p>

Each <a>focusable area</a> belongs to a <dfn>control group</dfn>. Each <a>control group</a> has
Expand Down Expand Up @@ -618,7 +618,7 @@
Otherwise, if <var>current object</var> is a <a>focusable area</a>, let <var>current
object</var> be that <a>focusable area</a>'s <a>control group</a>'s <a>owner</a>, and return to the step labeled <i>loop</i>.

Otherwise, if <var>current object</var> is a <code>Document</code> in a <<a>nested browsing context</a>, let <var>current object</var> be its <a>browsing context container</a>,
Otherwise, if <var>current object</var> is a <code>Document</code> in a <a>nested browsing context</a>, let <var>current object</var> be its <a>browsing context container</a>,
and return to the step labeled <i>loop</i>.

</li>
Expand Down Expand Up @@ -902,7 +902,7 @@
group</a>, and redo this step.

Otherwise, if <var>new focus target</var> is a <a>browsing context
container</a>, then let <var>new focus target</var> be the <<a>nested browsing context</a>'s <a>active document</a>, and redo this step.
container</a>, then let <var>new focus target</var> be the <a>nested browsing context</a>'s <a>active document</a>, and redo this step.

<p class="note">
A <{dialog}> element can be both a <a>control group owner
Expand Down
22 changes: 11 additions & 11 deletions sections/semantics.include
Expand Up @@ -13730,7 +13730,7 @@ attribute's value is a type that a <a>plugin</a> supports, then the value of the

<ol>

<li>If the <{embed}> element is not associated with a <<a>nested browsing context</a>, associate the element with a newly created <<a>nested browsing context</a>, and, if the element has a <code>name</code> attribute, set the <a>browsing context name</a> of the element's <<a>nested browsing context</a> to the value of this attribute.
<li>If the <{embed}> element is not associated with a <a>nested browsing context</a>, associate the element with a newly created <a>nested browsing context</a>, and, if the element has a <code>name</code> attribute, set the <a>browsing context name</a> of the element's <a>nested browsing context</a> to the value of this attribute.

</li><li><a>Navigate</a> the <a>nested browsing context</a> to
the fetched resource, with <a>replacement enabled</a>, and with the
Expand Down Expand Up @@ -13961,7 +13961,7 @@ attribute's value is a type that a <a>plugin</a> supports, then the value of the
</dl>

The <{object}> element can represent an external resource, which, depending on the
type of the resource, will either be treated as an image, as a <<a>nested browsing context</a>, or as an external resource to be processed by a <a>plugin</a>.
type of the resource, will either be treated as an image, as a <a>nested browsing context</a>, or as an external resource to be processed by a <a>plugin</a>.

The <dfn element-attr for="object"><code>data</code></dfn> attribute, if present, specifies the
address of the resource. If present, the attribute must be a <a>valid non-empty URL potentially
Expand Down Expand Up @@ -13989,7 +13989,7 @@ attribute's value is a type that a <a>plugin</a> supports, then the value of the
specified unless both the <code>data</code> attribute and the <code>type</code> attribute are present.

The <dfn element-attr for="object"><code>name</code></dfn> attribute, if present, must be a
<a>valid browsing context name</a>. The given value is used to name the <<a>nested browsing context</a>, if applicable.
<a>valid browsing context name</a>. The given value is used to name the <a>nested browsing context</a>, if applicable.

<div class="impl">

Expand Down Expand Up @@ -14325,7 +14325,7 @@ attribute's value is a type that a <a>plugin</a> supports, then the value of the

<dd>

The <{object}> element must be associated with a newly created <<a>nested browsing context</a>, if it does not already have one.
The <{object}> element must be associated with a newly created <a>nested browsing context</a>, if it does not already have one.

If the <a for="url">URL</a> of the given resource is not <code>about:blank</code>, the
element's <a>nested browsing context</a> must then be <a>navigated</a> to that resource, with
Expand All @@ -14338,7 +14338,7 @@ attribute's value is a type that a <a>plugin</a> supports, then the value of the
named <code>load</code> at the <{object}> element. <span class="note">No <code>load</code> event is fired at the
<code>about:blank</code> document itself.</span>

The <{object}> element <a>represents</a> the <<a>nested browsing context</a>.
The <{object}> element <a>represents</a> the <a>nested browsing context</a>.

If the <code>name</code> attribute is present, the
<a>browsing context name</a> must be set to the value of this attribute; otherwise,
Expand Down Expand Up @@ -14488,7 +14488,7 @@ attribute's value is a type that a <a>plugin</a> supports, then the value of the
origin</a> specified by the <a>incumbent settings object</a>, or null otherwise.

The {{HTMLObjectElement/contentWindow}} IDL attribute must
return the <code>WindowProxy</code> object of the <{object}> element's <<a>nested browsing context</a>, if it has one; otherwise, it must return null.
return the <code>WindowProxy</code> object of the <{object}> element's <a>nested browsing context</a>, if it has one; otherwise, it must return null.

The <code>willValidate</code>, <code>validity</code>, and <code>validationMessage</code> attributes, and the <code>checkValidity()</code>, <code>reportValidity()</code>, and <code>setCustomValidity()</code> methods, are part of the
<a>constraint validation API</a>. The <code>form</code> IDL attribute
Expand Down Expand Up @@ -38091,15 +38091,15 @@ Filename: &lt;code&gt;/etc/bash.bashrc&lt;/code&gt;
attributes must <a>reflect</a> the respective content attributes of the same name. The
<code>cols</code> and <code>rows</code> attributes are <a>limited to only non-negative numbers
greater than zero</a>. The <code>cols</code> attribute's default value is 20. The
<<{textarea/rows}> attribute's default value is 2. The <dfn attribute for="HTMLTextAreaElement"><code>dirName</code></dfn> IDL
<{textarea/rows}> attribute's default value is 2. The <dfn attribute for="HTMLTextAreaElement"><code>dirName</code></dfn> IDL
attribute must <a>reflect</a> the <{textarea/dirname}> content attribute. The
<dfn attribute for="HTMLTextAreaElement"><code>inputMode</code></dfn> IDL attribute must <a>reflect</a> the <<{textarea/inputmode}>
<dfn attribute for="HTMLTextAreaElement"><code>inputMode</code></dfn> IDL attribute must <a>reflect</a> the <{textarea/inputmode}>
content attribute, <a>limited to only known values</a>. The <dfn attribute for="HTMLTextAreaElement"><code>maxLength</code></dfn>
IDL attribute must <a>reflect</a> the <<{textarea/maxlength}> content attribute,
IDL attribute must <a>reflect</a> the <{textarea/maxlength}> content attribute,
<a>limited to only non-negative numbers</a>. The <dfn attribute for="HTMLTextAreaElement"><code>minLength</code></dfn> IDL attribute
must <a>reflect</a> the <<{textarea/minlength}> content attribute,
must <a>reflect</a> the <{textarea/minlength}> content attribute,
<a>limited to only non-negative numbers</a>. The <dfn attribute for="HTMLTextAreaElement"><code>readOnly</code></dfn> IDL attribute
must <a>reflect</a> the <<{textarea/readonly}> content attribute.
must <a>reflect</a> the <{textarea/readonly}> content attribute.

The <dfn attribute for="HTMLTextAreaElement"><code>type</code></dfn> IDL attribute must return the value "<code>textarea</code>".

Expand Down

0 comments on commit 1e8cafd

Please sign in to comment.