Skip to content

Commit 3bfd32d

Browse files
committed
[css-gcpm] fix pesky id error
1 parent d123751 commit 3bfd32d

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

css-gcpm/Overview.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -558,12 +558,12 @@ <h3 class="heading settled heading" data-level=2.3 id=footnote-types><span class
558558
<table class="definition propdef"><tr><th>Name:<td><dfn class=css-code data-dfn-type=property data-export="" id=propdef-footnote-display>footnote-display<a class=self-link href=#propdef-footnote-display></a></dfn><tr><th>Value:<td class=prod>block | inline | compact<tr><th>Initial:<td>block<tr><th>Applies to:<td>elements<tr><th>Inherited:<td>no<tr><th>Media:<td>paged<tr><th>Computed value:<td>specified value<tr><th>Percentages:<td>N/A</table>
559559

560560

561-
<dl data-dfn-for=footnote-display data-dfn-type=value>
562-
<dt><dfn class=css-code data-dfn-for=footnote-display data-dfn-type=value data-export="" id=footnote-display-block>block<a class=self-link href=#footnote-display-block></a></dfn></dt>
561+
<dl data-dfn-for=propdef-footnote-display data-dfn-type=value>
562+
<dt><dfn class=css-code data-dfn-for=propdef-footnote-display data-dfn-type=value data-export="" id=footnote-display-block>block<a class=self-link href=#footnote-display-block></a></dfn></dt>
563563
<dd>The footnote element is placed in the footnote area as a block element</dd>
564-
<dt><dfn class=css-code data-dfn-for=footnote-display data-dfn-type=value data-export="" id=footnote-display-inline>inline<a class=self-link href=#footnote-display-inline></a></dfn></dt>
564+
<dt><dfn class=css-code data-dfn-for=propdef-footnote-display data-dfn-type=value data-export="" id=footnote-display-inline>inline<a class=self-link href=#footnote-display-inline></a></dfn></dt>
565565
<dd>The footnote element is placed in the footnote area as an inline element</dd>
566-
<dt><dfn class=css-code data-dfn-for=footnote-display data-dfn-type=value data-export="" id=footnote-display-compact>compact<a class=self-link href=#footnote-display-compact></a></dfn></dt>
566+
<dt><dfn class=css-code data-dfn-for=propdef-footnote-display data-dfn-type=value data-export="" id=footnote-display-compact>compact<a class=self-link href=#footnote-display-compact></a></dfn></dt>
567567
<dd>The user agent determines whether a given footnote element is placed as a block element or an inline element. If two or more footnotes could fit on the same line in the footnote area, they should be placed inline.</dd>
568568
</dl>
569569

@@ -1199,7 +1199,7 @@ <h2 class="no-num heading settled heading" id=changes><span class=content>Append
11991199
<li>Added <span class=css data-link-type=maybe title="attr(<identifier>)">attr(&lt;identifier&gt;)</span> value to <a class=property data-link-type=propdesc href=#propdef-string-set title=string-set>string-set</a> property. This is supported by both Prince and AntennaHouse.</li>
12001200

12011201
<li>
1202-
<a href=http://books.spec.whatwg.org/>CSS Books</a> does not have the <a href=#footnote-display>footnote-display</a> property.</li>
1202+
<a href=http://books.spec.whatwg.org/>CSS Books</a> does not have the <a href=#propdef-footnote-display>footnote-display</a> property.</li>
12031203
<li>
12041204
<a href=http://books.spec.whatwg.org/>CSS Books</a> does not have the <a href=#footnote-policy>footnote-policy</a> property.</li>
12051205

@@ -1389,7 +1389,7 @@ <h2 class="no-num no-ref heading settled heading" id=index><span class=content>
13891389
Index</span><a class=self-link href=#index></a></h2>
13901390
<div data-fill-with=index><ul class=indexlist>
13911391
<li>auto, <a href=#valuedef-auto title="section 2.8">2.8</a>
1392-
<li>block<ul><li>value for footnote-display, <a href=#footnote-display-block title="section 2.3">2.3</a>
1392+
<li>block<ul><li>value for propdef-footnote-display, <a href=#footnote-display-block title="section 2.3">2.3</a>
13931393
<li>value for footnote-policy, <a href=#valuedef-block title="section 2.8">2.8</a>
13941394
</ul><li>bookmark-label, <a href=#propdef-bookmark-label title="section 6.2">6.2</a>
13951395
<li>bookmark-level, <a href=#propdef-bookmark-level title="section 6.1">6.1</a>

css-gcpm/Overview.src.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -444,7 +444,7 @@ <h3 id="footnote-types">
444444
The 'footnote-display' property determines whether a footnote is displayed as a block element or inline element.
445445

446446
<pre class="propdef">
447-
Name: <dfn id="footnote-display">footnote-display</dfn>
447+
Name: <dfn id="propdef-footnote-display">footnote-display</dfn>
448448
Value: block | inline | compact
449449
Initial: block
450450
Applies to: elements
@@ -455,7 +455,7 @@ <h3 id="footnote-types">
455455
</pre>
456456

457457

458-
<dl dfn-type="value" dfn-for="footnote-display">
458+
<dl dfn-type="value" dfn-for="propdef-footnote-display">
459459
<dt><dfn id="footnote-display-block">block</dfn></dt>
460460
<dd>The footnote element is placed in the footnote area as a block element</dd>
461461
<dt><dfn id="footnote-display-inline">inline</dfn></dt>
@@ -1246,7 +1246,7 @@ <h2 class="no-num" id="changes">Appendix C: Changes</h2>
12461246
<li>Added ''attr(&lt;identifier>)'' value to 'string-set' property. This is supported by both Prince and AntennaHouse.</li>
12471247

12481248
<li>
1249-
<a href="http://books.spec.whatwg.org/">CSS Books</a> does not have the <a href="#footnote-display">footnote-display</a> property.</li>
1249+
<a href="http://books.spec.whatwg.org/">CSS Books</a> does not have the <a href="#propdef-footnote-display">footnote-display</a> property.</li>
12501250
<li>
12511251
<a href="http://books.spec.whatwg.org/">CSS Books</a> does not have the <a href="#footnote-policy">footnote-policy</a> property.</li>
12521252

0 commit comments

Comments
 (0)