Skip to content

Commit 67512d1

Browse files
committed
fix reference to css4 backgrounds
1 parent abd9087 commit 67512d1

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

css3-gcpm/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ <h2 class="no-num no-toc">Status of this document</h2>
146146

147147
<!--end-status-->
148148

149-
<p>This functionality described in this WD is scaled down compared to earler versions. The remaining functionality is considered to be useful, to fit well into the CSS framework, and to be within reach of implementations. Indeed, significant parts of the draft has already been implemented.
149+
<p>This functionality described in this WD is scaled down compared to earlier versions. The remaining functionality is considered to be useful, to fit well into the CSS framework, and to be within reach of implementations. Indeed, significant parts of the draft has already been implemented.
150150

151151

152152
<h2 class="no-num no-toc"><a name="contents">Table of contents</a></h2>
@@ -965,7 +965,7 @@ <h3>The footnote area</h3>
965965
the @page-rule. By default, the footnote area appears at the bottom of
966966
the page, but it can be positioned in other places.
967967

968-
<p class=issue>Should the footnote are be positiond using page floats
968+
<p class=issue>Should the footnote are be positioned using page floats
969969
or (fixed?) absolute positioning? Or both?
970970

971971
<p class=issue>
@@ -1068,7 +1068,7 @@ <h3>The footnote area</h3>
10681068
}
10691069
</pre>
10701070

1071-
<p>The result of this code is a footnote area separated from other content above it by margin, border and padding. Only 4em of the border is visible due to the 'border-clip' property, which is defin [[!CSS4BACKGROUND]].
1071+
<p>The result of this code is a footnote area separated from other content above it by margin, border and padding. Only 4em of the border is visible due to the 'border-clip' property, which is defined in <a href="http://dev.w3.org/csswg/css4-background/">CSS Backgrounds and Borders Module Level 4</a>. <!--[[!CSS4BACKGROUND]]-->.
10721072

10731073
</div>
10741074

0 commit comments

Comments
 (0)