Home | History | Annotate | Download | only in js

Lines Matching refs:significant

294    * Are newlines and adjacent spaces significant in the given node's innerHTML?
674 * significant for tokenization (<br>) into their textual equivalent.
676 * @param {string} s html where whitespace is considered significant.
698 // <br> tags are lexically significant so convert them to text.