Skip to content

Commit b7574ef

Browse files
committed
Update image paths for echidna
1 parent d200755 commit b7574ef

11 files changed

+8
-8
lines changed

css-view-transitions-1/Overview.bs

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,8 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
350350
This should be extracted into an exported definition that can be used independently of the property.
351351

352352
<figure>
353-
<img src="phone-browser.svg" width="200" height="335" alt="A diagram of a phone screen, including a top status bar, a browser URL bar, web-content area with a floating scrollbar, a virtual keyboard, and a bottom bar with an OS back button">
354-
<img src="phone-browser-snapshot-viewport.svg" width="200" height="335" alt="The previous diagram, but highlights the area that's the 'snapshot' viewport, which includes everything except the top status bar and the bottom bar with the OS back button">
353+
<img src="diagrams/phone-browser.svg" width="200" height="335" alt="A diagram of a phone screen, including a top status bar, a browser URL bar, web-content area with a floating scrollbar, a virtual keyboard, and a bottom bar with an OS back button">
354+
<img src="diagrams/phone-browser-snapshot-viewport.svg" width="200" height="335" alt="The previous diagram, but highlights the area that's the 'snapshot' viewport, which includes everything except the top status bar and the bottom bar with the OS back button">
355355
<figcaption>
356356
An example of the [=snapshot viewport=] on a mobile OS.
357357
The snapshot includes the URL bar, as this can be scrolled away.
@@ -361,8 +361,8 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
361361
</figure>
362362

363363
<figure>
364-
<img src="desktop-browser.svg" width="132" height="79" alt="A diagram of a desktop browser window, including a tab bar, a URL bar, and a web-content area featuring both horizontal and vertical scrollbars" style="height:auto; width: 600px">
365-
<img src="desktop-browser-snapshot-viewport.svg" width="132" height="79" alt="The previous diagram, but highlights the area that's the 'snapshot' viewport, which includes the web content area and the scrollbars" style="height:auto; width: 600px">
364+
<img src="diagrams/desktop-browser.svg" width="132" height="79" alt="A diagram of a desktop browser window, including a tab bar, a URL bar, and a web-content area featuring both horizontal and vertical scrollbars" style="height:auto; width: 600px">
365+
<img src="diagrams/desktop-browser-snapshot-viewport.svg" width="132" height="79" alt="The previous diagram, but highlights the area that's the 'snapshot' viewport, which includes the web content area and the scrollbars" style="height:auto; width: 600px">
366366
<figcaption>
367367
An example of the [=snapshot viewport=] on a desktop OS.
368368
This includes the scrollbars, but does not include the URL bar, as web content never appears in that area.
@@ -887,8 +887,8 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
887887
Issue: "scrolling box" and "layout viewport" are not exported. They either need exporting, or replaced with better references.
888888

889889
<figure>
890-
<img src="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.">
891-
<img src="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.">
890+
<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.">
891+
<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.">
892892
<figcaption>
893893
An example of what the user sees compared to the captured snapshot.
894894
This example assumes the root is the only element with a transition name.
@@ -899,8 +899,8 @@ urlPrefix: https://html.spec.whatwg.org/multipage/rendering.html; type: dfn;
899899
should render the [=canvas background=].
900900

901901
<figure>
902-
<img src="phone-browser-scrolled-to-top-with-url.svg" width="202" height="297" alt="A phone browser window, showing a URL bar, and some content beneath. A scroll bar indicates the page is scrolled to the top.">
903-
<img src="phone-browser-scrolled-to-top-without-url.svg" width="202" height="297" alt="The captured snapshot. It shows the area underneath the URL bar as the same color as the rest of the document.">
902+
<img src="diagrams/phone-browser-scrolled-to-top-with-url.svg" width="202" height="297" alt="A phone browser window, showing a URL bar, and some content beneath. A scroll bar indicates the page is scrolled to the top.">
903+
<img src="diagrams/phone-browser-scrolled-to-top-without-url.svg" width="202" height="297" alt="The captured snapshot. It shows the area underneath the URL bar as the same color as the rest of the document.">
904904
<figcaption>
905905
An example of what the user sees compared to the captured snapshot.
906906
This example assumes the root is the only element with a transition name.

0 commit comments

Comments
 (0)