Re: [csswg-drafts] [css-text] Define "content order" for innerText

@kojiishi From [CSS Display](https://drafts.csswg.org/css-display-3/#intro),

> each contiguous sequence of sibling text nodes generates a text run containing their text contents

So a text node will usually generate 1 text run, possibly shared with contiguous text nodes. But an empty text node or a text node inside `display: none` will generate no text run.

-- 
GitHub Notification of comment by Loirooriol
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/421#issuecomment-374605855 using your GitHub account

Received on Tuesday, 20 March 2018 13:54:18 UTC