Skip to content

adding h-* to an e-* property loses the "html:" key #64

Closed
@tantek

Description

@tantek

Compare how it parses:

<div class="h-entry"><div class="e-content"><p>Hello</p></div></div>

to how it parses:

<div class="h-entry"><div class="h-card e-content"><p>Hello</p></div></div>

Note that in the second example the "html:" key inside content is lost for no reason.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions