Skip to content

Commit 0109e21

Browse files
authored
typo: Double word elements (w3c#5958)
1 parent 26d8507 commit 0109e21

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

css-gcpm-3/2009-06-10.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1266,7 +1266,7 @@ <h3 id=the-footnote-area><span class=secno>6.2 </span>The footnote area</h3>
12661266
<p>Potentially, every page has a footnote area. If there are no footnotes
12671267
on the page, the footnote area will not take up any space. If there are
12681268
footnotes on a page, the layout of the footnote area will be determined by
1269-
the properties/values set on it, and by the footnote elements elements
1269+
the properties/values set on it, and by the footnote elements
12701270
inside it.
12711271

12721272
<p>These properties apply to the footnote area: &lsquo;<code

css-gcpm-3/2009-06-10.src.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -900,7 +900,7 @@ <h3>The footnote area</h3>
900900
are no footnotes on the page, the footnote area will not take up any
901901
space. If there are footnotes on a page, the layout of the footnote
902902
area will be determined by the properties/values set on it, and by the
903-
footnote elements elements inside it.
903+
footnote elements inside it.
904904

905905
<p>These properties apply to the footnote area: 'content', 'border',
906906
'padding', 'margin', 'height', 'width', 'max-height', 'max-width',

css-writing-modes-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2212,7 +2212,7 @@ Purely Physical Mappings</h3>
22122212
and
22132213
<code>&lt;video&gt;</code>
22142214

2215-
<p>Form elements elements contain text, therefore their contents should be
2215+
<p>Form elements contain text, therefore their contents should be
22162216
affected by writing mode, in which case these attributes refer to the
22172217
<em>logical</em> width and height. The UA may, however, choose not
22182218
to rotate nor flip these elements in vertical writing modes if it is not

css-writing-modes-4/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2415,7 +2415,7 @@ Purely Physical Mappings</h3>
24152415
and
24162416
<code>&lt;video&gt;</code>
24172417

2418-
<p>Form elements elements contain text, therefore their contents should be
2418+
<p>Form elements contain text, therefore their contents should be
24192419
affected by writing mode, in which case these attributes refer to the
24202420
<em>logical</em> width and height. The UA may, however, choose not
24212421
to rotate nor flip these elements in vertical writing modes if it is not

0 commit comments

Comments
 (0)