web.dev
web.dev copied to clipboard
content: correct images/urls on page "Constructing the Object Model"
What page(s) need to be updated?
Why is this update needed?
Some images/URLs do not match their context:
- 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
- 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
- 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
- "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
CC: @rachelandrew and @mattletford, as I believe this was migrated over as part of https://github.com/GoogleChrome/web.dev/pull/7551
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.