Skip to content

Added note for Android 4.0-4.3 and negative margins #136

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

Closed
wants to merge 1 commit into from
Closed
Changes from all 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
8 changes: 8 additions & 0 deletions pages/wont-fix.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ out of scope.

**For further reference**: http://www.quirksmode.org/blog/archives/2005/06/three_javascrip_1.html

## Negative margins on Android 4.0-4.3 browser

In Android 4.0-4.3, the DOM `getComputedStyle()` method sometimes returns percents instead of pixel values. The workaround for this bug in jQuery leads to another issue that causes the return of incorrect values when retrieving negative margins.

**For further reference**:

* [#1815]( https://github.com/jquery/jquery/issues/1815 )

## Quirks Mode

Some browsers provide a "Quirks Mode" that does not conform to the standard W3C
Expand Down