Skip to content
New issue

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

wrong order of property values (if nested object is present?) #212

Open
sknebel opened this issue Jan 10, 2019 · 0 comments
Open

wrong order of property values (if nested object is present?) #212

sknebel opened this issue Jan 10, 2019 · 0 comments
Milestone

Comments

@sknebel
Copy link
Member

sknebel commented Jan 10, 2019

<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:

  "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.

@gRegorLove gRegorLove added this to the 0.5.1 milestone Apr 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants