File tree 1 file changed +7
-4
lines changed
1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change 2
2
Title : Resize Observer
3
3
Shortname : resize-observer
4
4
Level : 1
5
- Status : ED
5
+ Status : FPWD
6
+ Prepare for TR : yes
7
+ Date : 2020-02-11
6
8
Work Status : Exploring
7
9
ED : https://drafts.csswg.org/resize-observer/
10
+ TR : https://www.w3.org/TR/resize-observer/
8
11
Group : CSSWG
9
12
URL : https://drafts.csswg.org/resize-observer/
10
13
Editor : Aleks Totic, Google, atotic@google.com, w3cid 92454
@@ -146,8 +149,8 @@ ResizeObserver can observe different kinds of CSS sizes:
146
149
* {{border-box}} : size of <a>box border area</a> as defined in CSS2.
147
150
* {{content-box}} : size of <a>content area</a> as defined in CSS2.
148
151
* {{device-pixel-content-box}} : size of <a>content area</a> as defined in CSS2, in device pixels,
149
- before applying any CSS transforms on the element or its ancestors.
150
- This size must contain integer values.
152
+ before applying any CSS transforms on the element or its ancestors.
153
+ This size must contain integer values.
151
154
152
155
<p class="note">
153
156
The {{device-pixel-content-box}} can be approximated by multiplying <a>devicePixelRatio</a> by the {{content-box}} size.
@@ -475,7 +478,7 @@ run these steps:
475
478
476
479
3. For each |observation| in {{ResizeObserver/activeTargets}} perform these steps:
477
480
478
- 1. Let |entry| be the result of running <a>create and populate a {{ ResizeObserverEntry}} </a> given |observation|.{{ResizeObservation/target}} .
481
+ 1. Let |entry| be the result of running <a>create and populate a ResizeObserverEntry</a> given |observation|.{{ResizeObservation/target}} .
479
482
480
483
2. Add |entry| to |entries|.
481
484
You can’t perform that action at this time.
0 commit comments