From 55b6fb1580cb8044da29f17a93b2d34796586532 Mon Sep 17 00:00:00 2001 From: "Michael[tm] Smith" Date: Wed, 11 Dec 2019 07:21:35 +0900 Subject: [PATCH] Drop CSSPositionValue from README.md CSSPositionValue was removed from the spec in https://github.com/w3c/css-houdini-drafts/commit/5261c1a. --- css-typed-om/README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/css-typed-om/README.md b/css-typed-om/README.md index cafd4655..af829a3b 100644 --- a/css-typed-om/README.md +++ b/css-typed-om/README.md @@ -86,10 +86,6 @@ The class can be broken down into two subclasses: [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. -#### CSSPositionValue - -[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). - #### CSSResourceValue [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)