microformats / microformats2-parsing

For collecting and handling issues with the microformats2 parsing specification: http://microformats.org/wiki/microformats2-parsing
14 stars 6 forks source link

VCP inner-text is undefined #77

Closed JKingweb closed 8 months ago

JKingweb commented 8 months ago

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 trimmed textContent.

gRegorLove commented 8 months ago

I think this is being discussed in #20 and #15

JKingweb commented 8 months ago

Ah, I missed that. Thank you.