Re: [csswg-drafts] Update text/css registration (#5310)

For reference, [this is the `text/css` registration at the time of writing](https://www.iana.org/assignments/media-types/text/css)

```text
(per RFC2318)

MIME media type name: text

MIME subtype name: css

Required parameters: none

Optional parameters: charset

The syntax of CSS is expressed in US-ASCII, but a CSS file can
contain strings which may use any Unicode character. Any charset
that is a superset of US-ASCII may be used; US-ASCII, iso-8859-X
and utf-8 are recommended.

Encoding considerations:

For use with transports that are not 8-bit clean, quoted-
printable encoding is recommended since the majority of
characters will be CSS syntax and thus US-ASCII

Security considerations:

Applying a style sheet to a document may hide information
otherwise visible. For example, a very small font size may be
specified, or the display of certain document elements may be
turned off.

CSS style sheets consist of declarative property/value pairs
assigned to element selectors. They contain no executable code.

As with HTML documents, CSS style sheets may contain links to
other media (images, sounds, fonts, other style sheets) and those
links are typically followed automatically by software, resulting

in the transfer of files without the explicit request of the user
for each one. The security considerations of each linked file are
those of the individual registered types.

Interoperability considerations:

CSS has proven to be widely interoperable across computer
platforms, across Web browsers of different makes, and for import
and export in multiple authoring tools.

Published specification: see [1]

Applications which use this media type:

CSS is device-, platform- and vendor-neutral and is supported by
a wide range of Web user agents and authoring tools for
formatting HTML and XML documents.

Additional information:

Magic number(s): none
File extension(s): .css
Macintosh File Type Code(s): "css "
Object Identifier(s) or OID(s): none

Person & email address to contact for further information:

The authors of this memo.

Intended usage: COMMON

Author/Change controller:
```

-- 
GitHub Notification of comment by svgeesus
Please view or discuss this issue at https://github.com/w3c/csswg-drafts/issues/5310#issuecomment-3757064399 using your GitHub account


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Thursday, 15 January 2026 21:55:24 UTC