-
In the last week or so, I've noticed Twitter posts have started showing up with duplicated in-reply-to links:
```
tag:twitter.com:653670712104738816
2015-10-12T20:36:57+00:00
Kyle Mahan
…
-
"Spelled out is better documentation and less ambiguous." http://indiewebcamp.com/irc/2015-10-11/line/1444603018046
-
The example below is not parsing correctly. I would expect the entry "name" to be the empty string. Adding any non-whitespace text to the e-content causes it to revert to expected behavior.
``` html
…
-
discovered by @diplix (https://www.brid.gy/twitter/diplix). [log](https://www.brid.gy/log?start_time=1435068803&key=aglzfmJyaWQtZ3lyVgsSDVB1Ymxpc2hlZFBhZ2UiL2h0dHA6Ly93aXJyZXMubmV0L2FydGljbGUvYXJ0aWNs…
-
According to the [microformats2 parsing specification](http://microformats.org/wiki/microformats2-parsing#parse_a_document_for_microformats)
> To parse a document for microformats:
>
> start with an…
-
Should I add it to the results and send a pull request?
http://testrunner-47055.onmodulus.net/run/mf2py/all/
background: http://microformats.org/wiki/microformats2-parsing-brainstorming#more_informa…
-
In microformats-v2/h-adr/geo and other similar tests, the label property has it's whitespace collapsed, which is contrary to the microformats parsing rules, see:
http://microformats.org/wiki/microfor…
-
Here's an example where I retweeted steveklabnik. I think the `"object"` should refer to Steve as the author and have his original tweet URL and the content.
```
{
"url": "https://twitter.c…
-
https://github.com/microformats/tests/blob/master/h-card.html#L212
The p-org h-card turns up twice in the JSON, once in the correct nested place, and once in the top-level items list. This is inconsi…
-
Many of the tests use relative URLs in the html, but have absolute URLs in the json result. Without a base declaration these are spurious.
Should we make them absolute in the html, or relative in the…