Changeset 7925
- Timestamp:
- 10/16/07 03:08:31 (11 months ago)
- Files:
-
- spinoffs/prototype/trunk/CHANGELOG (modified) (1 diff)
- spinoffs/prototype/trunk/src/prototype.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
spinoffs/prototype/trunk/CHANGELOG
r7923 r7925 1 1 *SVN* 2 3 * Changed Selector to use the non-XPath approach for Safari 3 because of bugs in its version of document.evaluate. [Andrew Dupont] 2 4 3 5 * Changed the Selector regex that tests whether the selector can be expressed in XPath; added :checked, since XPath can't detect all scenarios in which an <input> is checked. Fixes #9776. [StelardActek, kangax, Andrew Dupont] spinoffs/prototype/trunk/src/prototype.js
r7804 r7925 29 29 if (Prototype.Browser.MobileSafari) 30 30 Prototype.BrowserFeatures.SpecificElementExtensions = false; 31 32 if (Prototype.Browser.WebKit) 33 Prototype.BrowserFeatures.XPath = false; 31 34 32 35 <%= include 'base.js', 'string.js' %>