web.dev icon indicating copy to clipboard operation
web.dev copied to clipboard

content: correct images/urls on page "Constructing the Object Model"

Open kuoabu opened this issue 3 years ago • 2 comments
trafficstars

What page(s) need to be updated?

Constructing the Object Model

Why is this update needed?

Some images/URLs do not match their context:

  1. DOM tree

https://github.com/GoogleChrome/web.dev/blob/c661132806c7bdb58cc4800e870d808bd0be9c49/src/site/content/en/blog/critical-rendering-path-constructing-the-object-model/index.md?plain=1#L65

  • Expectation: an example of DOM tree
  • Reality: but seems an example of CSSOM tree
  1. Tracing DOM construction in DevTools

https://github.com/GoogleChrome/web.dev/blob/c661132806c7bdb58cc4800e870d808bd0be9c49/src/site/content/en/blog/critical-rendering-path-constructing-the-object-model/index.md?plain=1#L76

  • Expectation: an example of DOM construction steps in DevTools
  • Reality: but seems an example of CSSOM construction steps in DevTools
  1. Tracing CSSOM construction in DevTools

https://github.com/GoogleChrome/web.dev/blob/c661132806c7bdb58cc4800e870d808bd0be9c49/src/site/content/en/blog/critical-rendering-path-constructing-the-object-model/index.md?plain=1#L165

  • Expectation: an example of CSSOM construction steps in DevTools
  • Reality: but seems an example of DOM construction steps in DevTools
  1. "Render tree" URL

https://github.com/GoogleChrome/web.dev/blob/c661132806c7bdb58cc4800e870d808bd0be9c49/src/site/content/en/blog/critical-rendering-path-constructing-the-object-model/index.md?plain=1#L171

  • Expectation: https://web.dev/critical-rendering-path-render-tree-construction/
  • Reality: 404

kuoabu avatar Apr 04 '22 10:04 kuoabu

CC: @rachelandrew and @mattletford, as I believe this was migrated over as part of https://github.com/GoogleChrome/web.dev/pull/7551

jeffposnick avatar Apr 04 '22 14:04 jeffposnick

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 7 days if no further activity occurs. To prevent this from happening, leave a comment.

stale[bot] avatar Jul 10 '22 04:07 stale[bot]