Skip to content

Commit 8f8d707

Browse files
committed
[css-display-3][editorial] Linking
-> don't export 'element' so as to avoid conflicting with DOM
1 parent ec32bff commit 8f8d707

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

css-display-3/Overview.bs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Introduction</h2>
7474

7575
CSS takes a source document organized as
7676
a <dfn id="element-tree" oldids="css-element-tree" export for=CSS lt="element tree">tree</dfn>
77-
of <dfn id="elements" oldids="css-element" export for=CSS lt="element">elements</dfn>
77+
of <dfn id="elements" oldids="css-element" for=CSS lt="element">elements</dfn>
7878
(which can contain a mix of other [=CSS/elements=] and [=text nodes=])
7979
and <dfn id="text-nodes" oldids="css-text-node" export for=CSS lt="text node">text nodes</dfn>
8080
(which can contain text),
@@ -189,7 +189,7 @@ Introduction</h2>
189189
or refer to things incorrectly,
190190
so view older specs with caution when they're using these terms.
191191
It should be possible to infer from context which term they really mean.
192-
Please <a href="#status">report errors</a> in specs when you find them,
192+
Please <a href="#sotd">report errors</a> in specs when you find them,
193193
so they can be corrected.
194194

195195
Note: Further information on the “aural” box tree

0 commit comments

Comments
 (0)