content icon indicating copy to clipboard operation
content copied to clipboard

Content bug: Link to resize on HTMLVideoElement is broken

Open amyrlam opened this issue 4 years ago • 1 comments

What page(s) did you find the problem on?

https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/videoHeight

Specific page section or heading?

The link to resize under https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/videoHeight#about_intrinsic_width_and_height and https://developer.mozilla.org/en-US/docs/Web/API/HTMLVideoElement/videoHeight#example is broken. It may not exist.

What is the problem?

Link to resize is broken. It may not exist. See conversation on this PR: https://github.com/mdn/content/pull/4059#issuecomment-821420706

What did you expect to see?

(1) Working resize link or (2) remove resize link if does not exist.

Did you test this? If so, how?

Link to resize is red as it's broken.

image

amyrlam avatar Apr 19 '21 03:04 amyrlam

Hi @amyrlam it's common on MDN Web Docs to link to pages that do not yet exist as a means of adding a placeholder / reminder that this linked page should be created at some point.

As per the comment you linked it looks like we're supposed to be linking to a resize event.

bsmth avatar Nov 02 '22 16:11 bsmth

Duplicate of #11608. I'm going to keep that one as it's more specific about where to add the page.

Josh-Cena avatar Dec 27 '22 02:12 Josh-Cena