Skip to content

Content is not populated on parent elements #13

Description

@Gigabyte5671

Content - specifically from the content style property - is not populated on parent elements.

Reproduction

main {
    content: 'A';
}
main section {
    content: 'B';
}

The above CSS produces the following HTML:

<main><section>B</section></main>

Expected Result

The above CSS should produce something like this:

<main>A<section>B</section></main>

Or this:

<main><section>B</section>A</main>

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions