[csswg-drafts] [css-display-3] Can't understanding element and text nodes (#4663)

Jiang-Xuan has just created a new issue for https://github.com/w3c/csswg-drafts:

== [css-display-3] Can't understanding element and text nodes ==
* please link to the spec section you're talking about, or at least the spec

https://www.w3.org/TR/css-display-3/#intro

> CSS takes a source document, organized as a tree of elements and text nodes, and renders it onto a canvas (such as your screen, a piece of paper, or an audio stream). 

Element and text node are defined here, but there is  no detailed explanation of what is  element and text node. Can we give a detailed explanation here.

For example:

```html
<div>
  Some text
  <div>Another some text</div>
</div>
```

Is `Some text` a text node here?

Thanks for all responses. 👋

Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/4663 using your GitHub account

Received on Friday, 10 January 2020 06:13:50 UTC