Skip to content

Commit a9c28fd

Browse files
Drop CSSPositionValue from README.md (w3c#974)
CSSPositionValue was removed from the spec in w3c@5261c1a.
1 parent ee340b3 commit a9c28fd

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

css-typed-om/README.md

-4
Original file line numberDiff line numberDiff line change
@@ -86,10 +86,6 @@ The class can be broken down into two subclasses:
8686

8787
[CSSTransformValue](https://drafts.css-houdini.org/css-typed-om-1/#csstransformvalue) objects represent via [CSSTransformComponents](https://drafts.css-houdini.org/css-typed-om-1/#csstransformcomponent) values, the different functions used by the `transform` property.
8888

89-
#### CSSPositionValue
90-
91-
[CSSPositionValue](https://drafts.css-houdini.org/css-typed-om-1/#positionvalue-objects) help express the position of an object (e.g. background image) inside a positioning area (e.g. a div).
92-
9389
#### CSSResourceValue
9490

9591
[CSSResourceValue](https://drafts.css-houdini.org/css-typed-om-1/#resourcevalue-objects) objects represent CSS values that require an asynchronous network fetch. Hence, they also describe the status the resource is in. Properties with image values (e.g. `background-image`), are represented by [CSSImageValues](https://drafts.css-houdini.org/css-typed-om-1/#cssimagevalue)

0 commit comments

Comments
 (0)