Bug Tracker

Opened 11 years ago

Closed 11 years ago

#11721 closed feature (fixed)

deprecate and remove internal uses of jQuery.support.boxModel

Reported by: mikesherov Owned by: mikesherov
Priority: low Milestone: 1.8
Component: support Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

Description

This is no longer a valid support test given the fact that there is no such thing as a document's boxModel.

Change History (3)

comment:1 Changed 11 years ago by mikesherov

Component: unfiledsupport
Milestone: None1.8
Owner: set to mikesherov
Priority: undecidedlow
Status: newassigned

comment:2 Changed 11 years ago by mikesherov

I'll just leave this here... https://github.com/jquery/jquery/pull/778

comment:3 Changed 11 years ago by Mike Sherov

Resolution: fixed
Status: assignedclosed

Fix #11721. Remove jQuery.boxModel, deprecate jQuery.support.boxModel.

This removes all internal uses of jQuery.support.boxModel. jQuery has never run unit tests with Quirks Mode and has not even feigned support for several years, so these remnants weren't doing much except giving false hope.

For now, jQuery.support.boxModel continues to have a value indicating whether the W3C box model is *generally* in use, but be aware that this is easily overridden on an element-by-element basis by the box-model CSS property. So don't trust this value.

Changeset: c4e22ad8b5edd52ac78ec44bf7df8a7f37403623

Note: See TracTickets for help on using tickets.