Skip to content

[css-typed-om] Should CSSKeywordValue Serialization invoke Serialize an identifier to escape the value? #12545

@johannesodland

Description

@johannesodland

CSSKeywordValue Serialization instructs to return the internal value directly:

To serialize a CSSKeywordValue this:

  1. Return this’s value internal slot.

However, both Blink, WebKit and the WPTs escape the keyword before returning it.
Should serialization of CSSKeywordValue return the result of invoking Serialize an identifier of the internal value?

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