Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[css-values-4] Define generic serialization for functional notations.… #9721

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

fantasai
Copy link
Collaborator

See issue #9720

@fantasai fantasai added the css-values-4 Current Work label Dec 18, 2023
to <dfn export>serialize a functional notation</dfn>:

1. Let |s| be a string containing
the function's name in lowercase,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
the function's name in lowercase,
the function's name in <a href="https://infra.spec.whatwg.org/#ascii-lowercase">ASCII lowercase</a>,

per their individual grammars,
in the order the grammars are written in,
joining space-separated tokens with a single space,
and following each serialized comma with a single space (U+0020 SPACE).
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to describe here that other tokens like ;, / and so on are also followed by a single space? Or is there no consistency in what we have now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
css-values-4 Current Work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants