- Notifications
You must be signed in to change notification settings - Fork 40
Closed
Milestone
Description
Per spec update:
<div class="h-entry"> <h1 class="p-name">Title</h1> <iframe src="https://example.com/index.html" class="u-url"> <p>Your browser does not support iframes.</p> </iframe> </div>
Currently parses:
"items": [ { "type": [ "h-entry" ], "properties": { "name": [ "Title" ], "url": [ "<p>Your browser does not support iframes.</p>" ] } } ]
Expected:
"items": [ { "type": [ "h-entry" ], "properties": { "name": [ "Title" ], "url": [ "https://example.com/index.html" ] } } ]
Metadata
Metadata
Assignees
Labels
No labels