Skip to content

Commit a9b7214

Browse files
committed
[css-display] Don't export 'element'; now that Bikeshed is used outside CSS this can cause confusing linking conflicts. #680
1 parent f3d4de0 commit a9b7214

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

css-display/Overview.bs

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Introduction</h2>
2525

2626
<p><em>This section is normative.</em>
2727

28-
CSS takes a source document, organized as a tree of <dfn lt="element|element tree" export>elements</dfn>,
28+
CSS takes a source document, organized as a tree of <dfn lt="element|element tree">elements</dfn>,
2929
and renders it onto a <a href="https://www.w3.org/TR/CSS2/intro.html#canvas">canvas</a> (such as your screen, a piece of paper, or an audio stream).
3030
To do this, it generates an intermediary structure,
3131
the <dfn export>box tree</dfn>,

0 commit comments

Comments
 (0)