8000 [css-anchor-position-1] One of the spec examples has a `anchor-element` mention that's getting interpreted as an HTML element and hence isn't visible · Issue #8973 · w3c/csswg-drafts · GitHub
[go: up one dir, main page]

Skip to content

[css-anchor-position-1] One of the spec examples has a anchor-element mention that's getting interpreted as an HTML element and hence isn't visible #8973

@dholbert

Description

@dholbert

https://drafts.csswg.org/css-anchor-position-1/#example-0b98937b Example 3 has this odd-looking code-comment:

    // No  specified,
    // so it takes from 'anchor-default'.

If you take a look in devtools or in view-source, you can see that it actually says:

    // No <anchor-element> specified

...and <anchor-element> isn't properly escaped, so it gets treated as an unrecognized HTML tag and disappears from the rendered text.

I'm not handy enough with BikeShed to know the best incantation to avoid this, but I suspect @tabatkins knows what to do.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0