Skip to content

Commit a5d9879

Browse files
authored
Remove fixed issue about linking to CSSOM-View terms (#8345)
1 parent 4c50d91 commit a5d9879

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

css-view-transitions-1/Overview.bs

+1-3
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
687687
A navigable has no rendering opportunities if active document has [=document/transition suppressing rendering=] set to true.
688688

689689
Note: These steps will be added to the [=update the rendering=] in the HTML spec.
690-
See <a href="https://github.com/w3c/csswg-drafts/issues/7784">#7884</a> for more context.
690+
See <a href="https://github.com/w3c/csswg-drafts/issues/7784">#7884</a> for more context.
691691
</div>
692692

693693
## [=Perform pending transition operations=] ## {#perform-pending-transition-operations-algorithm}
@@ -921,8 +921,6 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
921921
- Areas outside |element|'s [=scrolling box=] should be rendered as if they were scrolled to, without moving or resizing the [=layout viewport=].
922922
This must not trigger events related to scrolling or resizing, such as {{IntersectionObserver}}s.
923923

924-
Issue: "scrolling box" and "layout viewport" are not exported. They either need exporting, or replaced with better references.
925-
926924
<figure>
927925
<img src="diagrams/phone-browser-with-url.svg" width="202" height="297" alt="A phone browser window, showing a URL bar, a fixed-position element directly beneath it, and some page content beneath that. A scroll bar indicates the page has been scrolled significantly.">
928926
<img src="diagrams/phone-browser-without-url.svg" width="202" height="297" alt="The captured snapshot. It shows that content beneath the URL bar was included in the capture.">

0 commit comments

Comments
 (0)