File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change @@ -429,15 +429,14 @@ CSS Levels</h3>
429
429
CSS Profiles</h3>
430
430
431
431
Not all implementations will implement all functionality defined in CSS.
432
- For example, an implementation may choose to implement only the functionality required by a CSS Profile.
433
- Profiles define a subset of CSS considered fundamental for a specific class of CSS implementations.
434
- The W3C CSS Working Group defines the following CSS profiles:
435
432
436
- <ul>
437
- <li> <a href="https://www.w3.org/TR/css-mobile/">CSS Mobile Profile 2.0</a>
438
- <li> <a href="https://www.w3.org/TR/css-print/">CSS Print Profile 1.0</a>
439
- <li> <a href="https://www.w3.org/TR/css-tv">CSS TV Profile 1.0</a>
440
- </ul>
433
+ In the past, the Working Group published a few Profiles,
434
+ which were meant to define the minimal subset of CSS
435
+ that various classes of User Agents were expected to support.
436
+
437
+ This effort has been discontinued,
438
+ as the Working Group was not finding it effective or useful,
439
+ and the profiles previously defined are now unmaintained.
441
440
442
441
Note: Partial implementations of CSS, even if that subset is an official profile,
443
442
must follow the forward-compatible parsing rules for <a href="#partial">partial implementations</a> .
You can’t perform that action at this time.
0 commit comments