Skip to content

Commit cf70216

Browse files
committed
[resize-observer-1][editorial] Fixed Bikeshed issues
1 parent 353af91 commit cf70216

1 file changed

Lines changed: 15 additions & 5 deletions

File tree

resize-observer-1/Overview.bs

Lines changed: 15 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,9 @@ urlPrefix: https://heycam.github.io/webidl/
4949

5050
</pre>
5151
<pre class=link-defaults>
52-
spec:dom; type:interface; text:Document
52+
spec:dom;
53+
type:dfn; for:/; text:document
54+
type:interface; text:Document
5355
</pre>
5456

5557
<h2 id="intro">Introduction</h2>
@@ -395,7 +397,7 @@ Content rect for the <a>SVGGraphicsElement</a>s without CSS layout boxes is a re
395397

396398
<h4 id="gather-active-observations-h">Gather active resize observations at depth</h4>
397399

398-
It computes all active resize observations for a |document|. To <dfn>gather active resize observations at depth</dfn>, run these steps:
400+
It computes all active resize observations for a |document|. To <dfn export lt="gather active resize observations at depth | gather active resize observations">gather active resize observations at depth</dfn>, run these steps:
399401

400402
1. Let |depth| be the depth passed in.
401403

@@ -415,7 +417,7 @@ It computes all active resize observations for a |document|. To <dfn>gather acti
415417

416418
<h4 id="has-active-observations-h">Has active resize observations</h4>
417419

418-
To determine if {{Document}} <dfn>has active resize observations</dfn> run these steps:
420+
To determine if {{Document}} <dfn export>has active resize observations</dfn> run these steps:
419421

420422
1. For each |observer| in {{Document/[[resizeObservers]]}} run this step:
421423

@@ -425,7 +427,7 @@ To determine if {{Document}} <dfn>has active resize observations</dfn> run these
425427

426428
<h4 id="has-skipped-observations-h">Has skipped resize observations</h4>
427429

428-
To determine if {{Document}} <dfn>has skipped resize observations</dfn> run these steps:
430+
To determine if {{Document}} <dfn export>has skipped resize observations</dfn> run these steps:
429431

430432
1. For each |observer| in {{Document/[[resizeObservers]]}} run this step:
431433

@@ -505,7 +507,7 @@ To broadcast active resize observations for a |document|, run these steps:
505507

506508
<h4 id="deliver-resize-error">Deliver Resize Loop Error</h4>
507509

508-
To <dfn>deliver resize loop error notification</dfn> run these steps:
510+
To <dfn export>deliver resize loop error notification</dfn> run these steps:
509511

510512
1. Create a new {{ErrorEvent}}.
511513

@@ -586,3 +588,11 @@ A {{ResizeObserver}} will remain alive until both of these conditions are met:
586588
* there are no scripting references to the observer.
587589

588590
* the observer is not observing any targets.
591+
592+
<h2 class=no-num id=privacy>Privacy Considerations</h2>
593+
594+
No new privacy considerations have been reported on this specification.
595+
596+
<h2 class=no-num id=security>Security Considerations</h2>
597+
598+
No new security considerations have been reported on this specification.

0 commit comments

Comments
 (0)