vikanezrimayajacky: thanks for the heads-up! my webmention checker which I just rolled into production uses microformats-rust's `pub use html5ever` and I'll need to update that once the rcdom is vendored and html5ever is bumped
vikanezrimaya!tell jacky I think I figured out the microformats-parser#7 — `resolve_implied_name` is called way too early, when no items sufficient to suppress implied property detection are parsed yet! The invocation should be somehow moved far later, at the end of parsing
vikanezrimaya!tell jacky ...or maybe the function is just called twice. I commented out a second invocation at line 404 and the test passed. Including the rest of the test suite (except one failure with dates that was already present)