Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix typos#3382

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
detinsley1s wants to merge1 commit intojavascript-tutorial:master
base:master
Choose a base branch
Loading
fromdetinsley1s:patch-4
Open
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
Differences:

1. `clientWidth` is numeric, while `getComputedStyle(elem).width` returns a string with `px` at the end.
2. `getComputedStyle` may return non-numeric width like `"auto"` for an inline element.
2. `getComputedStyle` may returnanon-numeric width like `"auto"` for an inline element.
3. `clientWidth` is the inner content area of the element plus paddings, while CSS width (with standard `box-sizing`) is the inner content area *without paddings*.
4. If there's a scrollbar and the browser reserves the space for it, somebrowser substract that space from CSS width (cause it's not available for contentany more), and some do not. The `clientWidth` property is always the same: scrollbar size issubstracted if reserved.
4. If there's a scrollbar and the browser reserves the space for it, somebrowsers subtract that space from CSS width (because it's not available for contentanymore), and some do not. The `clientWidth` property is always the same: scrollbar size issubtracted if reserved.

[8]ページ先頭

©2009-2025 Movatter.jp