Skip to content

Commit 78a68c1

Browse files
committed
remove more instances of the A variable
1 parent 4d43a5b commit 78a68c1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

cssom-view/Overview.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,14 +1026,14 @@ <h3 id=scroll-attributes><span class=secno>5.2. </span>The <code
10261026

10271027
<li>
10281028
<dl>
1029-
<dt>If <var>A</var> can have overflow to the right
1029+
<dt>If the element can have overflow to the right
10301030

10311031
<dd>
10321032
<p>Let <var title="">x</var> be max(0, min(<var title="">x</var>, <a
10331033
href="#content">content</a> width - <a href="#content-edge">content
10341034
edge</a> width)).
10351035

1036-
<dt>If <var>A</var> can have overflow to the left (under right-to-left
1036+
<dt>If the element can have overflow to the left (under right-to-left
10371037
conditions)
10381038

10391039
<dd>

cssom-view/Overview.src.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -811,13 +811,13 @@ <h3 id="scroll-attributes">The <code title="">scrollTop</code>,
811811

812812
<li>
813813
<dl>
814-
<dt>If <var>A</var> can have overflow to the right</dt>
814+
<dt>If the element can have overflow to the right</dt>
815815

816816
<dd><p>Let <var title="">x</var> be max(0, min(<var title="">x</var>,
817817
<span>content</span> width -
818818
<span>content edge</span> width)).</p></dd>
819819

820-
<dt>If <var>A</var> can have overflow to the left (under right-to-left
820+
<dt>If the element can have overflow to the left (under right-to-left
821821
conditions)</dt>
822822

823823
<dd><p>Let <var title="">x</var> be min(0, max(<var title="">x</var>,

0 commit comments

Comments
 (0)