Skip to content

Commit aa02cb4

Browse files
committed
same origin baby
1 parent 8799c3a commit aa02cb4

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

cssom-view/Overview.html

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,9 @@ <h3 id=terminology><span class=secno>2.2. </span>Terminology</h3>
253253
event named <var title="">e</var></dfn>, <dfn id=html-element>HTML
254254
element</dfn>, <dfn id=htmlelement><code>HTMLElement</code></dfn>, <dfn
255255
id=queue-a-task>queue a task</dfn>, <dfn id=quirks-mode>quirks mode</dfn>,
256-
<dfn id=task>task</dfn>, and <dfn id=window><code>Window</code></dfn> are
257-
defined by HTML5. [<cite><a href="#ref-html5">HTML5</a></cite>]
256+
<dfn id=same-origin>same origin</dfn>, <dfn id=task>task</dfn>, and <dfn
257+
id=window><code>Window</code></dfn> are defined by HTML5. [<cite><a
258+
href="#ref-html5">HTML5</a></cite>]
258259

259260
<p><dfn id=the-html-body-element>The HTML <code>body</code> element</dfn>
260261
is the first <code>body</code> <a href="#html-element">HTML element</a>
@@ -830,10 +831,10 @@ <h3 id=element-scrolling-members><span class=secno>5.2. </span><code
830831
<ol>
831832
<li>
832833
<p>If the <a href="#document"><code>Document</code></a> associated with
833-
the element to be scrolled into view is not <span>same origin</span>
834-
with the <a href="#document"><code>Document</code></a> associated with
835-
the element or <a href="#viewport">viewport</a> associated with the
836-
scrolling box, terminate these steps.
834+
the element to be scrolled into view is not <a href="#same-origin">same
835+
origin</a> with the <a href="#document"><code>Document</code></a>
836+
associated with the element or <a href="#viewport">viewport</a>
837+
associated with the scrolling box, terminate these steps.
837838

838839
<li>
839840
<p>If the <i title="">align to top flag</i> is set align the top of the

cssom-view/Overview.src.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@ <h3 id="terminology">Terminology</h3>
130130
<dfn><code>HTMLElement</code></dfn>,
131131
<dfn>queue a task</dfn>,
132132
<dfn>quirks mode</dfn>,
133+
<dfn>same origin</dfn>,
133134
<dfn>task</dfn>, and
134135
<dfn><code>Window</code></dfn>
135136
are defined by HTML5. [<cite><span>HTML5</span></cite>]</p>

0 commit comments

Comments
 (0)