The Value Class Pattern documentation makes repeated reference to getting an element's "inner-text". This is not a well-defined term. A reasonable person might assume this to be an element's textContent property, but many parsers (at least JS, PHP, and Go; not Python) interpret it as trimmedtextContent.
The Value Class Pattern documentation makes repeated reference to getting an element's "inner-text". This is not a well-defined term. A reasonable person might assume this to be an element's
textContent
property, but many parsers (at least JS, PHP, and Go; not Python) interpret it as trimmedtextContent
.