From a9b7214d728d560feffc35d9fe7ad9f6b29ccf13 Mon Sep 17 00:00:00 2001 From: fantasai Date: Tue, 3 Jan 2017 15:57:55 +0330 Subject: [PATCH] [css-display] Don't export 'element'; now that Bikeshed is used outside CSS this can cause confusing linking conflicts. #680 --- css-display/Overview.bs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/css-display/Overview.bs b/css-display/Overview.bs index a7d5dbb9aded..4197f56390b9 100644 --- a/css-display/Overview.bs +++ b/css-display/Overview.bs @@ -25,7 +25,7 @@ Introduction

This section is normative. - CSS takes a source document, organized as a tree of elements, + CSS takes a source document, organized as a tree of elements, and renders it onto a canvas (such as your screen, a piece of paper, or an audio stream). To do this, it generates an intermediary structure, the box tree,