Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

HTMLElement .offset[height|left|parent|top|width] are stable removed experimental icon #11741

Merged
merged 1 commit into from
Jan 5, 2022

Conversation

RIAEvangelist
Copy link
Contributor

@RIAEvangelist RIAEvangelist commented Jan 5, 2022

Summary

HTMLElement .offset[height|left|parent|top|width] have been stable for many many years. I removed experimental icon from the main content section. This must have either been overlooked or just a simple mistake.

Motivation

It is important to properly show what attrs/properties are and are not experimental to properly encourage or discourage use in applications/websites. When the wrong information is shown, it can lead to confusion or the use/non-use of standards compliant or cross-browser features.

This page in itself needs a lot of work, there are many missing features and attributes. I will edit them and flesh the page out as well. This is not my first contribution, but I want to make sure that I do a small first initial commit and see the lag for merge before deciding if I want to continue with small incremental PRs or a larger one with more updates in a chunk for the next updates.

Supporting details

The pages on the offset* themselves do not say they are experimental, and the browser support is green across the board from extremely old browser versions. Also, nowhere else on MDN are the offset* attributes listed as experimental. I know I have been using them since at least 2009.

Example of offsetHeight on MDN where the page clearly shows it is not experimental and has long looong time browser support, since version 1 of several browsers.

Related issues

None

Metadata

  • Adds a new document
  • Rewrites (or significantly expands) a document
  • Fixes a typo, bug, or other error

@RIAEvangelist RIAEvangelist requested a review from a team as a code owner January 5, 2022 07:01
@RIAEvangelist RIAEvangelist requested review from jpmedley and removed request for a team January 5, 2022 07:01
@netlify
Copy link

netlify bot commented Jan 5, 2022

✔️ Deploy Preview for mdn-contributor canceled.

🔨 Explore the source changes: 24bb6d5

🔍 Inspect the deploy log: https://app.netlify.com/sites/mdn-contributor/deploys/61d542381cc55f0007a2bff4

@github-actions github-actions bot added the Content:WebAPI Web API docs label Jan 5, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jan 5, 2022

Preview URLs

Flaws

URL: /en-US/docs/Web/API/HTMLElement
Title: HTMLElement
on GitHub
Flaw count: 38

  • macros:
    • /en-US/docs/Web/API/DocumentAndElementEventHandlers does not exist
    • /en-US/docs/Web/API/TouchEventHandlers does not exist
    • /en-US/docs/Web/API/HTMLElement/attributeStyleMap does not exist
    • /en-US/docs/Web/API/HTMLElement/draggable does not exist
    • /en-US/docs/Web/API/HTMLElement/itemScope does not exist
    • and 22 more flaws omitted
  • bad_bcd_links:
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • no explanation!
    • and 6 more flaws omitted

External URLs

URL: /en-US/docs/Web/API/HTMLElement
Title: HTMLElement
on GitHub

No new external URLs

@sideshowbarker sideshowbarker merged commit af79841 into mdn:main Jan 5, 2022
wbamberg added a commit to wbamberg/content that referenced this pull request Jan 5, 2022
…ed-js

* upstream/main: (286 commits)
  MediaQueryList removeListener depreciation (mdn#11749)
  Update index.md to make text time independent (mdn#11748)
  Corrected typos in multiple pages (mdn#11746)
  Fix some awkward hyperlink formatting (mdn#11740)
  HTMLElement .offset[height|left|parent|top|width] are stable removed experimental icon (mdn#11741)
  Typo (mdn#11742)
  Fix comments (mdn#11756)
  Restore line breaks in the `<dd>`s (mdn#11757)
  Added clarification when property reflects the HTML attribute (mdn#11751)
  Bump technote-space/get-diff-action from 5.0.2 to 6.0.1 (mdn#11755)
  Change "validate" to "check" (mdn#11550)
  Clarify behavior of Array.p.lastIndexOf() fromIndex arg (mdn#11731)
  FF97 Add experimental feature for ScreenOrientation.lock() (mdn#11705)
  Correcting one of the example provided (mdn#11709)
  Adds support for AbortSignal.reason and related items (mdn#11708)
  Added documentation on missing property (mdn#11721)
  Bump @mdn/yari from 0.5.4 to 0.6.6 (mdn#11722)
  Fix: bring gl.FRAMEBUFFER target in line with  the spec (mdn#11732)
  ScreenOrientation.lock() updates for FF97 (mdn#11684)
  Reword actualBoundingBoxLeft description (mdn#11290)
  ...
@RIAEvangelist
Copy link
Contributor Author

RIAEvangelist commented Jan 6, 2022 via email

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jan 6, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Content:WebAPI Web API docs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants