Skip to content

Commit 9e508da

Browse files
committed
[css-display][meta] fix id
1 parent 0106620 commit 9e508da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-display-3/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Introduction</h2>
5656
and renders it onto a <a href="https://www.w3.org/TR/CSS2/intro.html#canvas">canvas</a>
5757
(such as your screen, a piece of paper, or an audio stream).
5858
To do this, it generates an intermediary structure,
59-
the <dfn id="box tree" oldids="css-box-tree" export for=CSS>box tree</dfn>,
59+
the <dfn id="box-tree" oldids="css-box-tree" export for=CSS>box tree</dfn>,
6060
which represents the formatting structure of the rendered document.
6161
Each <dfn id="box" oldids="css-box" export for=CSS>box</dfn> in the <a>box tree</a>
6262
represents its corresponding [=CSS/element=] (or <a>pseudo-element</a>)

0 commit comments

Comments
 (0)