You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems like the library does not correctly implement the parsing of itemrefs. In particular, it seems to go into an infinite recursion between readAttr and readItem when there is an itemref to an ancestor or two itemrefs that refer to each others ancestors. It seems like this should actually cause an error in the parsing:
It seems like the library does not correctly implement the parsing of itemrefs. In particular, it seems to go into an infinite recursion between readAttr and readItem when there is an itemref to an ancestor or two itemrefs that refer to each others ancestors. It seems like this should actually cause an error in the parsing:
https://html.spec.whatwg.org/multipage/microdata.html#associating-names-with-items
The text was updated successfully, but these errors were encountered: