We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<div class="h-entry"> <div class="u-foo h-x-bar"> <a href="dogs.html">DOGS</a> </div> <img class="u-foo" src="kittens.png"> </div>
results in a property where the second value, "kittens.png", appears first:
"kittens.png"
"foo": [ "http://example.com/kittens.png", { "type": ["h-x-bar"], "properties": { "name": ["DOGS"], "url": ["http://example.com/dogs.html"] }, "value": "http://example.com/dogs.html" } ]
http://pin13.net/mf2/?id=20190110170507771
It appears to be related to there being a nested object.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
results in a property where the second value,
"kittens.png"
, appears first:http://pin13.net/mf2/?id=20190110170507771
It appears to be related to there being a nested object.
The text was updated successfully, but these errors were encountered: