|
|
|
|
|
by bryanrasmussen
1067 days ago
|
|
ok well I forgot the PRE tag as CaptainNegative pointed out but when you say >No. It works the way I described. what you described made reference to white-space: normal which is a CSS property that I don't believe is available as part of the HTML standard itself (although I don't really keep up anymore so I could be wrong) but certainly wasn't part of older versions of the spec. |
|
Copy and paste my comment somewhere, delete the parenthetical, and then read the result to yourself.
"HTML [...] treats all whitespace as insignificant" is simply inaccurate, no matter how you want to constrain it (e.g. "in older versions" or not). Whitespace is not insignificant.
1. <https://pchiusano.github.io/2014-10-11/defensive-writing.htm...>