-
Minimal example from https://aaronparecki.com/2018/03/21/18/
```
Coffee
```
Currently parses:
```
"items": [
{
"type": [
"h-ent…
-
As per http://microformats.org/wiki/microformats2#h-card_org_h-card
``` html
Mitchell Baker
(Mozilla Foundation)
```
Should return:
``` json
{
"items": [{
"type": ["h-card"],
"pro…
-
According to spec http://microformats.org/wiki/microformats2-parsing#note_backward_compatibility_details
any mf2 properties inside a mf1 root should be ignored.
## HTML
```html
Wrong name
…
-
Per http://microformats.org/wiki/microformats2-parsing##if+that+child+element+itself+has+a+microformat, a nested microformat should only add a "value" if it is also a property element.
Sample: `Jane …
-
Not seeing dt-published in tantek's feed:
http://pin13.net/mf2/?url=http://tantek.com
Markup on tantek.com:
```
10:17 on 2013-06-27
```
Don't know enough about this but Tantek said php-mf2
- requir…
-
The parser does not seem to implement [implied properties](http://microformats.org/wiki/microformats-2-implied-properties) correctly.
When parsing https://commentpara.de/comment/43.htm it does not fi…
-
`video` element's `poster` attribute should be used when parsing for u-, per http://microformats.org/wiki/microformats2-parsing##else+if+video
Isolated example from microformats test suite:
```
…
-
Noticed on https://indieweb.org/events that a u-url was being implied when it shouldn't have been — because there were two URLs.
`2017-05-04…05: IndieWebCamp Bellingham 2017 right before LinuxFest …
-
I am having problems with what I get from the parser, it looks like there is some kind of a bug or something. I am parsing this website: http://snarfed.org/2014-02-03_re-barnaby-walters-latest-php-lib…
jeena updated
6 years ago
-
Possibly add this as a solution to working with large specs as CSS does