Documentation Archive Developer
Search

WebKit Changes

WebKit

Removed WKNavigation.error
Removed WKNavigation.initialRequest
Removed WKNavigation.request
Removed WKNavigation.response
Removed WebDragDestinationAction.value
Removed WebDragSourceAction.value
Added NSObject.downloadWindowForAuthenticationSheet(WebDownload!) -> NSWindow!
Added NSObject.finalizeForWebScript()
Added NSObject.invokeDefaultMethodWithArguments([AnyObject]!) -> AnyObject!
Added NSObject.invokeUndefinedMethodFromWebScript(String!, withArguments:[AnyObject]!) -> AnyObject!
Added NSObject.isKeyExcludedFromWebScript(UnsafePointer<Int8>) -> Bool [class]
Added NSObject.isSelectorExcludedFromWebScript(Selector) -> Bool [class]
Added NSObject.objectForWebScript
Added NSObject.undoManagerForWebView(WebView!) -> NSUndoManager!
Added NSObject.webFrame
Added NSObject.webPlugInContainerLoadRequest(NSURLRequest!, inFrame: String!)
Added NSObject.webPlugInContainerSelectionColor
Added NSObject.webPlugInContainerShowStatus(String!)
Added NSObject.webPlugInDestroy()
Added NSObject.webPlugInInitialize()
Added NSObject.webPlugInMainResourceDidFailWithError(NSError!)
Added NSObject.webPlugInMainResourceDidFinishLoading()
Added NSObject.webPlugInMainResourceDidReceiveData(NSData!)
Added NSObject.webPlugInMainResourceDidReceiveResponse(NSURLResponse!)
Added NSObject.webPlugInSetIsSelected(Bool)
Added NSObject.webPlugInStart()
Added NSObject.webPlugInStop()
Added NSObject.webScriptNameForKey(UnsafePointer<Int8>) -> String! [class]
Added NSObject.webScriptNameForSelector(Selector) -> String! [class]
Added NSObject.webView(WebView!, contextMenuItemsForElement:[NSObject: AnyObject]!, defaultMenuItems:[AnyObject]!) -> [AnyObject]!
Added NSObject.webView(WebView!, createWebViewModalDialogWithRequest: NSURLRequest!) -> WebView!
Added NSObject.webView(WebView!, createWebViewWithRequest: NSURLRequest!) -> WebView!
Added NSObject.webView(WebView!, decidePolicyForMIMEType: String!, request: NSURLRequest!, frame: WebFrame!, decisionListener: WebPolicyDecisionListener!)
Added NSObject.webView(WebView!, decidePolicyForNavigationAction:[NSObject: AnyObject]!, request: NSURLRequest!, frame: WebFrame!, decisionListener: WebPolicyDecisionListener!)
Added NSObject.webView(WebView!, decidePolicyForNewWindowAction:[NSObject: AnyObject]!, request: NSURLRequest!, newFrameName: String!, decisionListener: WebPolicyDecisionListener!)
Added NSObject.webView(WebView!, didCancelClientRedirectForFrame: WebFrame!)
Added NSObject.webView(WebView!, didChangeLocationWithinPageForFrame: WebFrame!)
Added NSObject.webView(WebView!, didClearWindowObject: WebScriptObject!, forFrame: WebFrame!)
Added NSObject.webView(WebView!, didCommitLoadForFrame: WebFrame!)
Added NSObject.webView(WebView!, didCreateJavaScriptContext: JSContext!, forFrame: WebFrame!)
Added NSObject.webView(WebView!, didFailLoadWithError: NSError!, forFrame: WebFrame!)
Added NSObject.webView(WebView!, didFailProvisionalLoadWithError: NSError!, forFrame: WebFrame!)
Added NSObject.webView(WebView!, didFinishLoadForFrame: WebFrame!)
Added NSObject.webView(WebView!, didReceiveIcon: NSImage!, forFrame: WebFrame!)
Added NSObject.webView(WebView!, didReceiveServerRedirectForProvisionalLoadForFrame: WebFrame!)
Added NSObject.webView(WebView!, didReceiveTitle: String!, forFrame: WebFrame!)
Added NSObject.webView(WebView!, didStartProvisionalLoadForFrame: WebFrame!)
Added NSObject.webView(WebView!, doCommandBySelector: Selector) -> Bool
Added NSObject.webView(WebView!, dragDestinationActionMaskForDraggingInfo: NSDraggingInfo!) -> Int
Added NSObject.webView(WebView!, dragSourceActionMaskForPoint: NSPoint) -> Int
Added NSObject.webView(WebView!, drawFooterInRect: NSRect)
Added NSObject.webView(WebView!, drawHeaderInRect: NSRect)
Added NSObject.webView(WebView!, identifierForInitialRequest: NSURLRequest!, fromDataSource: WebDataSource!) -> AnyObject!
Added NSObject.webView(WebView!, makeFirstResponder: NSResponder!)
Added NSObject.webView(WebView!, mouseDidMoveOverElement:[NSObject: AnyObject]!, modifierFlags: Int)
Added NSObject.webView(WebView!, plugInFailedWithError: NSError!, dataSource: WebDataSource!)
Added NSObject.webView(WebView!, printFrameView: WebFrameView!)
Added NSObject.webView(WebView!, resource: AnyObject!, didCancelAuthenticationChallenge: NSURLAuthenticationChallenge!, fromDataSource: WebDataSource!)
Added NSObject.webView(WebView!, resource: AnyObject!, didFailLoadingWithError: NSError!, fromDataSource: WebDataSource!)
Added NSObject.webView(WebView!, resource: AnyObject!, didFinishLoadingFromDataSource: WebDataSource!)
Added NSObject.webView(WebView!, resource: AnyObject!, didReceiveAuthenticationChallenge: NSURLAuthenticationChallenge!, fromDataSource: WebDataSource!)
Added NSObject.webView(WebView!, resource: AnyObject!, didReceiveContentLength: Int, fromDataSource: WebDataSource!)
Added NSObject.webView(WebView!, resource: AnyObject!, didReceiveResponse: NSURLResponse!, fromDataSource: WebDataSource!)
Added NSObject.webView(WebView!, resource: AnyObject!, willSendRequest: NSURLRequest!, redirectResponse: NSURLResponse!, fromDataSource: WebDataSource!) -> NSURLRequest!
Added NSObject.webView(WebView!, runBeforeUnloadConfirmPanelWithMessage: String!, initiatedByFrame: WebFrame!) -> Bool
Added NSObject.webView(WebView!, runJavaScriptAlertPanelWithMessage: String!, initiatedByFrame: WebFrame!)
Added NSObject.webView(WebView!, runJavaScriptConfirmPanelWithMessage: String!, initiatedByFrame: WebFrame!) -> Bool
Added NSObject.webView(WebView!, runJavaScriptTextInputPanelWithPrompt: String!, defaultText: String!, initiatedByFrame: WebFrame!) -> String!
Added NSObject.webView(WebView!, runOpenPanelForFileButtonWithResultListener: WebOpenPanelResultListener!)
Added NSObject.webView(WebView!, runOpenPanelForFileButtonWithResultListener: WebOpenPanelResultListener!, allowMultipleFiles: Bool)
Added NSObject.webView(WebView!, setFrame: NSRect)
Added NSObject.webView(WebView!, setResizable: Bool)
Added NSObject.webView(WebView!, setStatusBarVisible: Bool)
Added NSObject.webView(WebView!, setStatusText: String!)
Added NSObject.webView(WebView!, setToolbarsVisible: Bool)
Added NSObject.webView(WebView!, shouldApplyStyle: DOMCSSStyleDeclaration!, toElementsInDOMRange: DOMRange!) -> Bool
Added NSObject.webView(WebView!, shouldBeginEditingInDOMRange: DOMRange!) -> Bool
Added NSObject.webView(WebView!, shouldChangeSelectedDOMRange: DOMRange!, toDOMRange: DOMRange!, affinity: NSSelectionAffinity, stillSelecting: Bool) -> Bool
Added NSObject.webView(WebView!, shouldChangeTypingStyle: DOMCSSStyleDeclaration!, toStyle: DOMCSSStyleDeclaration!) -> Bool
Added NSObject.webView(WebView!, shouldDeleteDOMRange: DOMRange!) -> Bool
Added NSObject.webView(WebView!, shouldEndEditingInDOMRange: DOMRange!) -> Bool
Added NSObject.webView(WebView!, shouldInsertNode: DOMNode!, replacingDOMRange: DOMRange!, givenAction: WebViewInsertAction) -> Bool
Added NSObject.webView(WebView!, shouldInsertText: String!, replacingDOMRange: DOMRange!, givenAction: WebViewInsertAction) -> Bool
Added NSObject.webView(WebView!, shouldPerformAction: Selector, fromSender: AnyObject!) -> Bool
Added NSObject.webView(WebView!, unableToImplementPolicyWithError: NSError!, frame: WebFrame!)
Added NSObject.webView(WebView!, validateUserInterfaceItem: NSValidatedUserInterfaceItem!, defaultValidation: Bool) -> Bool
Added NSObject.webView(WebView!, willCloseFrame: WebFrame!)
Added NSObject.webView(WebView!, willPerformClientRedirectToURL: NSURL!, delay: NSTimeInterval, fireDate: NSDate!, forFrame: WebFrame!)
Added NSObject.webView(WebView!, willPerformDragDestinationAction: WebDragDestinationAction, forDraggingInfo: NSDraggingInfo!)
Added NSObject.webView(WebView!, willPerformDragSourceAction: WebDragSourceAction, fromPoint: NSPoint, withPasteboard: NSPasteboard!)
Added NSObject.webViewAreToolbarsVisible(WebView!) -> Bool
Added NSObject.webViewClose(WebView!)
Added NSObject.webViewDidBeginEditing(NSNotification!)
Added NSObject.webViewDidChange(NSNotification!)
Added NSObject.webViewDidChangeSelection(NSNotification!)
Added NSObject.webViewDidChangeTypingStyle(NSNotification!)
Added NSObject.webViewDidEndEditing(NSNotification!)
Added NSObject.webViewFirstResponder(WebView!) -> NSResponder!
Added NSObject.webViewFocus(WebView!)
Added NSObject.webViewFooterHeight(WebView!) -> Float
Added NSObject.webViewFrame(WebView!) -> NSRect
Added NSObject.webViewHeaderHeight(WebView!) -> Float
Added NSObject.webViewIsResizable(WebView!) -> Bool
Added NSObject.webViewIsStatusBarVisible(WebView!) -> Bool
Added NSObject.webViewRunModal(WebView!)
Added NSObject.webViewShow(WebView!)
Added NSObject.webViewStatusText(WebView!) -> String!
Added NSObject.webViewUnfocus(WebView!)
Added WebDragDestinationAction.init(rawValue: UInt)
Added WebDragSourceAction.init(rawValue: UInt)
Modified DOMAbstractView
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMAttr
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMAttr.style
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMBlob
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMCDATASection
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSCharsetRule
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSFontFaceRule
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSImportRule
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSMediaRule
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSMediaRule.insertRule(String!, index: UInt32) -> UInt32
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMCSSPageRule
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSPrimitiveValue
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSPrimitiveValue.setFloatValue(UInt16, floatValue: Float)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMCSSPrimitiveValue.setStringValue(UInt16, stringValue: String!)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMCSSRule
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSRuleList
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.azimuth() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.background() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.backgroundAttachment() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.backgroundColor() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.backgroundImage() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.backgroundPosition() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.backgroundRepeat() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.border() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderBottom() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderBottomColor() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderBottomStyle() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderBottomWidth() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderCollapse() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderColor() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderLeft() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderLeftColor() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderLeftStyle() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderLeftWidth() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderRight() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderRightColor() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderRightStyle() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderRightWidth() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderSpacing() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderStyle() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderTop() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderTopColor() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderTopStyle() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderTopWidth() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.borderWidth() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.bottom() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.captionSide() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.clear() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.clip() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.color() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.content() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.counterIncrement() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.counterReset() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.cssFloat() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.cue() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.cueAfter() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.cueBefore() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.cursor() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.direction() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.display() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.elevation() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.emptyCells() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.font() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.fontFamily() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.fontSize() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.fontSizeAdjust() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.fontStretch() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.fontStyle() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.fontVariant() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.fontWeight() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.height() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.isPropertyImplicit(String!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMCSSStyleDeclaration.left() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.letterSpacing() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.lineHeight() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.listStyle() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.listStyleImage() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.listStylePosition() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.listStyleType() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.margin() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.marginBottom() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.marginLeft() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.marginRight() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.marginTop() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.markerOffset() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.marks() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.maxHeight() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.maxWidth() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.minHeight() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.minWidth() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.orphans() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.outline() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.outlineColor() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.outlineStyle() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.outlineWidth() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.overflow() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.padding() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.paddingBottom() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.paddingLeft() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.paddingRight() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.paddingTop() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.page() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.pageBreakAfter() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.pageBreakBefore() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.pageBreakInside() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.pause() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.pauseAfter() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.pauseBefore() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.pitch() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.pitchRange() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.playDuring() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.position() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.quotes() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.richness() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.right() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setAzimuth(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBackground(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBackgroundAttachment(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBackgroundColor(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBackgroundImage(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBackgroundPosition(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBackgroundRepeat(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorder(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderBottom(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderBottomColor(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderBottomStyle(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderBottomWidth(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderCollapse(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderColor(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderLeft(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderLeftColor(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderLeftStyle(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderLeftWidth(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderRight(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderRightColor(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderRightStyle(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderRightWidth(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderSpacing(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderStyle(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderTop(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderTopColor(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderTopStyle(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderTopWidth(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBorderWidth(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setBottom(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setCaptionSide(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setClear(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setClip(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setColor(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setContent(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setCounterIncrement(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setCounterReset(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setCssFloat(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setCue(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setCueAfter(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setCueBefore(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setCursor(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setDirection(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setDisplay(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setElevation(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setEmptyCells(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setFont(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setFontFamily(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setFontSize(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setFontSizeAdjust(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setFontStretch(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setFontStyle(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setFontVariant(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setFontWeight(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setHeight(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setLeft(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setLetterSpacing(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setLineHeight(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setListStyle(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setListStyleImage(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setListStylePosition(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setListStyleType(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setMargin(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setMarginBottom(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setMarginLeft(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setMarginRight(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setMarginTop(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setMarkerOffset(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setMarks(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setMaxHeight(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setMaxWidth(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setMinHeight(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setMinWidth(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setOrphans(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setOutline(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setOutlineColor(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setOutlineStyle(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setOutlineWidth(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setOverflow(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPadding(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPaddingBottom(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPaddingLeft(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPaddingRight(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPaddingTop(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPage(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPageBreakAfter(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPageBreakBefore(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPageBreakInside(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPause(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPauseAfter(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPauseBefore(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPitch(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPitchRange(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPlayDuring(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setPosition(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setProperty(String!, value: String!, priority: String!)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMCSSStyleDeclaration.setQuotes(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setRichness(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setRight(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setSize(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setSpeak(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setSpeakHeader(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setSpeakNumeral(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setSpeakPunctuation(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setSpeechRate(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setStress(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setTableLayout(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setTextAlign(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setTextDecoration(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setTextIndent(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setTextShadow(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setTextTransform(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setTop(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setUnicodeBidi(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setVerticalAlign(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setVisibility(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setVoiceFamily(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setVolume(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setWhiteSpace(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setWidows(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setWidth(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setWordSpacing(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.setZIndex(String!)
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.size() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.speak() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.speakHeader() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.speakNumeral() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.speakPunctuation() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.speechRate() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.stress() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.tableLayout() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.textAlign() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.textDecoration() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.textIndent() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.textShadow() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.textTransform() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.top() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.unicodeBidi() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.verticalAlign() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.visibility() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.voiceFamily() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.volume() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.whiteSpace() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.widows() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.width() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.wordSpacing() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleDeclaration.zIndex() -> String!
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleRule
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleSheet
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSStyleSheet.addRule(String!, style: String!, index: UInt32) -> Int32
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMCSSStyleSheet.insertRule(String!, index: UInt32) -> UInt32
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMCSSStyleSheet.removeRule(UInt32)
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMCSSStyleSheet.rules
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMCSSUnknownRule
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSValue
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCSSValueList
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCharacterData
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCharacterData.deleteData(UInt32, length: UInt32)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMCharacterData.insertData(UInt32, data: String!)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMCharacterData.replaceData(UInt32, length: UInt32, data: String!)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMCharacterData.substringData(UInt32, length: UInt32) -> String!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMComment
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMCounter
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMDocument
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMDocument.activeElement
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMDocument.adoptNode(DOMNode!) -> DOMNode!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.characterSet
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.charset
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.createAttributeNS(String!, qualifiedName: String!) -> DOMAttr!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.createCSSStyleDeclaration() -> DOMCSSStyleDeclaration!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.createElementNS(String!, qualifiedName: String!) -> DOMElement!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.createExpression(String!, resolver: DOMXPathNSResolver!) -> DOMXPathExpression!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.createNSResolver(DOMNode!) -> DOMXPathNSResolver!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.createNodeIterator(DOMNode!, whatToShow: UInt32, filter: DOMNodeFilter!, expandEntityReferences: Bool) -> DOMNodeIterator!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.createProcessingInstruction(String!, data: String!) -> DOMProcessingInstruction!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.createTreeWalker(DOMNode!, whatToShow: UInt32, filter: DOMNodeFilter!, expandEntityReferences: Bool) -> DOMTreeWalker!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.defaultCharset
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.documentURI
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.elementFromPoint(Int32, y: Int32) -> DOMElement!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.evaluate(String!, contextNode: DOMNode!, resolver: DOMXPathNSResolver!, type: UInt16, inResult: DOMXPathResult!) -> DOMXPathResult!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.execCommand(String!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.execCommand(String!, userInterface: Bool) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.execCommand(String!, userInterface: Bool, value: String!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.getComputedStyle(DOMElement!, pseudoElement: String!) -> DOMCSSStyleDeclaration!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.getElementsByClassName(String!) -> DOMNodeList!
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMDocument.getElementsByTagNameNS(String!, localName: String!) -> DOMNodeList!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.getMatchedCSSRules(DOMElement!, pseudoElement: String!) -> DOMCSSRuleList!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.getMatchedCSSRules(DOMElement!, pseudoElement: String!, authorOnly: Bool) -> DOMCSSRuleList!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.getOverrideStyle(DOMElement!, pseudoElement: String!) -> DOMCSSStyleDeclaration!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.hasFocus() -> Bool
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMDocument.importNode(DOMNode!, deep: Bool) -> DOMNode!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.inputEncoding
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.lastModified
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMDocument.preferredStylesheetSet
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.queryCommandEnabled(String!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.queryCommandIndeterm(String!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.queryCommandState(String!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.queryCommandSupported(String!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.queryCommandValue(String!) -> String!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.querySelector(String!) -> DOMElement!
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMDocument.querySelectorAll(String!) -> DOMNodeList!
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMDocument.readyState
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.selectedStylesheetSet
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.webkitCancelFullScreen()
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMDocument.xmlEncoding
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.xmlStandalone
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocument.xmlVersion
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMDocumentFragment
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMDocumentType
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMElement.blur()
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMElement.childElementCount
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMElement.clientLeft
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.clientTop
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.firstElementChild
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMElement.focus()
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMElement.getAttributeNS(String!, localName: String!) -> String!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.getAttributeNodeNS(String!, localName: String!) -> DOMAttr!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.getElementsByClassName(String!) -> DOMNodeList!
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMElement.getElementsByTagNameNS(String!, localName: String!) -> DOMNodeList!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.hasAttributeNS(String!, localName: String!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.image() -> NSImage!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.innerText
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.lastElementChild
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMElement.nextElementSibling
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMElement.previousElementSibling
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMElement.querySelector(String!) -> DOMElement!
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMElement.querySelectorAll(String!) -> DOMNodeList!
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMElement.removeAttributeNS(String!, localName: String!)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.scrollByLines(Int32)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.scrollByPages(Int32)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.scrollIntoView(Bool)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.scrollIntoViewIfNeeded(Bool)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.setAttribute(String!, value: String!)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.setAttributeNS(String!, qualifiedName: String!, value: String!)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMElement.webkitRequestFullScreen(UInt16)
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMEntity
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMEntityReference
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMEvent
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMEvent.cancelBubble
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMEvent.initEvent(String!, canBubbleArg: Bool, cancelableArg: Bool)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMEvent.returnValue
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMEvent.srcElement
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMEventExceptionCode [struct]
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMEventListener
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMEventTarget
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMEventTarget.addEventListener(String!, listener: DOMEventListener!, useCapture: Bool)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMEventTarget.removeEventListener(String!, listener: DOMEventListener!, useCapture: Bool)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMExceptionCode [struct]
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMFile
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMFileList
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLAnchorElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLAnchorElement.absoluteLinkURL
DeclarationIntroduction
From
var absoluteLinkURL: NSURL! { get }
OS X 10.10
To
@NSCopying var absoluteLinkURL: NSURL! { get }
OS X 10.5

Modified DOMHTMLAnchorElement.hashName
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAnchorElement.host
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAnchorElement.hostname
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAnchorElement.pathname
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAnchorElement.port
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAnchorElement.protocol
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAnchorElement.search
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAnchorElement.text
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAppletElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLAreaElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLAreaElement.absoluteLinkURL
DeclarationIntroduction
From
var absoluteLinkURL: NSURL! { get }
OS X 10.10
To
@NSCopying var absoluteLinkURL: NSURL! { get }
OS X 10.5

Modified DOMHTMLAreaElement.hashName
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAreaElement.host
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAreaElement.hostname
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAreaElement.pathname
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAreaElement.port
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAreaElement.protocol
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLAreaElement.search
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLBRElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLBaseElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLBaseFontElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLBodyElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLButtonElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLButtonElement.autofocus
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLButtonElement.click()
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLButtonElement.willValidate
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLCollection
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLCollection.tags(String!) -> DOMNodeList!
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLDListElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLDirectoryElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLDivElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLDocument
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLDocument.alinkColor
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.bgColor
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.captureEvents()
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.clear()
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLDocument.compatMode
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLDocument.createDocumentFragmentWithMarkupString(String!, baseURL: NSURL!) -> DOMDocumentFragment!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.createDocumentFragmentWithText(String!) -> DOMDocumentFragment!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.designMode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.dir
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.embeds
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.fgColor
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.height
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.linkColor
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.plugins
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.releaseEvents()
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.scripts
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.vlinkColor
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLDocument.width
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLElement.accessKey
Introduction
FromOS X 10.10
ToOS X 10.8

Modified DOMHTMLElement.click()
Introduction
FromOS X 10.10
ToOS X 10.8

Modified DOMHTMLElement.titleDisplayString
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLEmbedElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLFieldSetElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLFontElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLFormElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLFormElement.encoding
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLFrameElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLFrameElement.contentWindow
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLFrameElement.height
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLFrameElement.location
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLFrameElement.width
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLFrameSetElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLHRElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLHeadElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLHeadingElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLHtmlElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLIFrameElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLIFrameElement.contentWindow
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLImageElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLImageElement.absoluteImageURL
DeclarationIntroduction
From
var absoluteImageURL: NSURL! { get }
OS X 10.10
To
@NSCopying var absoluteImageURL: NSURL! { get }
OS X 10.5

Modified DOMHTMLImageElement.altDisplayString
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLImageElement.complete
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLImageElement.lowsrc
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLImageElement.naturalHeight
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLImageElement.naturalWidth
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLImageElement.x
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLImageElement.y
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLInputElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLInputElement.absoluteImageURL
DeclarationIntroduction
From
var absoluteImageURL: NSURL! { get }
OS X 10.10
To
@NSCopying var absoluteImageURL: NSURL! { get }
OS X 10.5

Modified DOMHTMLInputElement.altDisplayString
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLInputElement.autofocus
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLInputElement.files
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLInputElement.indeterminate
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLInputElement.multiple
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLInputElement.selectionEnd
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLInputElement.selectionStart
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLInputElement.setSelectionRange(Int32, end: Int32)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLInputElement.willValidate
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLLIElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLLabelElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLLegendElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLLinkElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLLinkElement.absoluteLinkURL
DeclarationIntroduction
From
var absoluteLinkURL: NSURL! { get }
OS X 10.10
To
@NSCopying var absoluteLinkURL: NSURL! { get }
OS X 10.5

Modified DOMHTMLLinkElement.sheet
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLMapElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLMarqueeElement
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLMenuElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLMetaElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLModElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLOListElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLObjectElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLObjectElement.absoluteImageURL
DeclarationIntroduction
From
var absoluteImageURL: NSURL! { get }
OS X 10.10
To
@NSCopying var absoluteImageURL: NSURL! { get }
OS X 10.5

Modified DOMHTMLOptGroupElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLOptionElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLOptionsCollection
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLOptionsCollection.add(DOMHTMLOptionElement!, index: UInt32)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLOptionsCollection.remove(UInt32)
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLOptionsCollection.selectedIndex
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLParagraphElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLParamElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLPreElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLPreElement.wrap
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLQuoteElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLScriptElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLSelectElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLSelectElement.add(DOMHTMLElement!, before: DOMHTMLElement!)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLSelectElement.autofocus
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLSelectElement.item(UInt32) -> DOMNode!
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLSelectElement.namedItem(String!) -> DOMNode!
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLSelectElement.willValidate
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLStyleElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLStyleElement.sheet
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLTableCaptionElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLTableCellElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLTableColElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLTableElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLTableRowElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLTableSectionElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLTextAreaElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLTextAreaElement.autofocus
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLTextAreaElement.selectionEnd
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLTextAreaElement.selectionStart
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLTextAreaElement.setSelectionRange(Int32, end: Int32)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMHTMLTextAreaElement.willValidate
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMHTMLTitleElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMHTMLUListElement
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMImplementation
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMImplementation.createCSSStyleSheet(String!, media: String!) -> DOMCSSStyleSheet!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMImplementation.createDocument(String!, qualifiedName: String!, doctype: DOMDocumentType!) -> DOMDocument!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMImplementation.createDocumentType(String!, publicId: String!, systemId: String!) -> DOMDocumentType!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMImplementation.createHTMLDocument(String!) -> DOMHTMLDocument!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMImplementation.hasFeature(String!, version: String!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMKeyboardEvent
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMKeyboardEvent.altGraphKey
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMKeyboardEvent.initKeyboardEvent(String!, canBubble: Bool, cancelable: Bool, view: DOMAbstractView!, keyIdentifier: String!, location: UInt32, ctrlKey: Bool, altKey: Bool, shiftKey: Bool, metaKey: Bool)
Introduction
FromOS X 10.10
ToOS X 10.8

Modified DOMKeyboardEvent.initKeyboardEvent(String!, canBubble: Bool, cancelable: Bool, view: DOMAbstractView!, keyIdentifier: String!, location: UInt32, ctrlKey: Bool, altKey: Bool, shiftKey: Bool, metaKey: Bool, altGraphKey: Bool)
Introduction
FromOS X 10.10
ToOS X 10.8

Modified DOMKeyboardEvent.location
Introduction
FromOS X 10.10
ToOS X 10.8

Modified DOMMediaList
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMMouseEvent
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMMouseEvent.fromElement
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMMouseEvent.initMouseEvent(String!, canBubble: Bool, cancelable: Bool, view: DOMAbstractView!, detail: Int32, screenX: Int32, screenY: Int32, clientX: Int32, clientY: Int32, ctrlKey: Bool, altKey: Bool, shiftKey: Bool, metaKey: Bool, button: UInt16, relatedTarget: DOMEventTarget!)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMMouseEvent.offsetX
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMMouseEvent.offsetY
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMMouseEvent.toElement
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMMouseEvent.x
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMMouseEvent.y
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMMutationEvent
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMMutationEvent.initMutationEvent(String!, canBubble: Bool, cancelable: Bool, relatedNode: DOMNode!, prevValue: String!, newValue: String!, attrName: String!, attrChange: UInt16)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNamedNodeMap
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMNamedNodeMap.getNamedItemNS(String!, localName: String!) -> DOMNode!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNamedNodeMap.removeNamedItemNS(String!, localName: String!) -> DOMNode!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMNode.baseURI
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.boundingBox() -> NSRect
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.compareDocumentPosition(DOMNode!) -> UInt16
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMNode.contains(DOMNode!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.insertBefore(DOMNode!, refChild: DOMNode!) -> DOMNode!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.isContentEditable
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.isDefaultNamespace(String!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.isEqualNode(DOMNode!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.isSameNode(DOMNode!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.isSupported(String!, version: String!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.lineBoxRects() -> [AnyObject]!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.lookupNamespaceURI(String!) -> String!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.lookupPrefix(String!) -> String!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.parentElement
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.replaceChild(DOMNode!, oldChild: DOMNode!) -> DOMNode!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNode.textContent
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNodeFilter
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMNodeIterator
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMNodeIterator.pointerBeforeReferenceNode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNodeIterator.referenceNode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMNodeList
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMNotation
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMObject
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMObject.sheet
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMOverflowEvent
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMProcessingInstruction
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMProcessingInstruction.sheet
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMProgressEvent
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMRGBColor
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMRGBColor.color
DeclarationIntroduction
From
var color: NSColor! { get }
OS X 10.10
To
@NSCopying var color: NSColor! { get }
OS X 10.5

Modified DOMRange
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMRange.compareBoundaryPoints(UInt16, sourceRange: DOMRange!) -> Int16
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMRange.compareNode(DOMNode!) -> Int16
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMRange.comparePoint(DOMNode!, offset: Int32) -> Int16
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMRange.createContextualFragment(String!) -> DOMDocumentFragment!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMRange.intersectsNode(DOMNode!) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMRange.isPointInRange(DOMNode!, offset: Int32) -> Bool
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMRange.setEnd(DOMNode!, offset: Int32)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMRange.setStart(DOMNode!, offset: Int32)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMRange.text
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMRangeExceptionCode [struct]
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMRect
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMStyleSheet
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMStyleSheetList
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMText
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMText.replaceWholeText(String!) -> DOMText!
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMText.wholeText
Introduction
FromOS X 10.10
ToOS X 10.6

Modified DOMTreeWalker
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMUIEvent
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMUIEvent.charCode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMUIEvent.initUIEvent(String!, canBubble: Bool, cancelable: Bool, view: DOMAbstractView!, detail: Int32)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMUIEvent.keyCode
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMUIEvent.pageX
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMUIEvent.pageY
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMUIEvent.which
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMWheelEvent
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMWheelEvent.initWheelEvent(Int32, wheelDeltaY: Int32, view: DOMAbstractView!, screenX: Int32, screenY: Int32, clientX: Int32, clientY: Int32, ctrlKey: Bool, altKey: Bool, shiftKey: Bool, metaKey: Bool)
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMWheelEvent.wheelDeltaX
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMWheelEvent.wheelDeltaY
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMXPathExceptionCode [struct]
Introduction
FromOS X 10.10
ToOS X 10.4

Modified DOMXPathExpression
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMXPathExpression.evaluate(DOMNode!, type: UInt16, inResult: DOMXPathResult!) -> DOMXPathResult!
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMXPathNSResolver
Introduction
FromOS X 10.10
ToOS X 10.5

Modified DOMXPathResult
Introduction
FromOS X 10.10
ToOS X 10.5

Modified WKBackForwardList.backItem
Declaration
From
var backItem: WKBackForwardListItem! { get }
To
var backItem: WKBackForwardListItem? { get }

Modified WKBackForwardList.backList
Declaration
From
var backList: [AnyObject]! { get }
To
var backList: [AnyObject] { get }

Modified WKBackForwardList.currentItem
Declaration
From
var currentItem: WKBackForwardListItem! { get }
To
var currentItem: WKBackForwardListItem? { get }

Modified WKBackForwardList.forwardItem
Declaration
From
var forwardItem: WKBackForwardListItem! { get }
To
var forwardItem: WKBackForwardListItem? { get }

Modified WKBackForwardList.forwardList
Declaration
From
var forwardList: [AnyObject]! { get }
To
var forwardList: [AnyObject] { get }

Modified WKBackForwardList.itemAtIndex(Int) -> WKBackForwardListItem?
Declaration
From
func itemAtIndex(_ index: Int) -> WKBackForwardListItem!
To
func itemAtIndex(_ index: Int) -> WKBackForwardListItem?

Modified WKBackForwardListItem.URL
Declaration
From
var URL: NSURL! { get }
To
@NSCopying var URL: NSURL { get }

Modified WKBackForwardListItem.initialURL
Declaration
From
var initialURL: NSURL! { get }
To
@NSCopying var initialURL: NSURL { get }

Modified WKBackForwardListItem.title
Declaration
From
var title: String! { get }
To
var title: String? { get }

Modified WKFrameInfo.request
Declaration
From
var request: NSURLRequest! { get }
To
@NSCopying var request: NSURLRequest { get }

Modified WKNavigationAction.request
Declaration
From
var request: NSURLRequest! { get }
To
@NSCopying var request: NSURLRequest { get }

Modified WKNavigationAction.sourceFrame
Declaration
From
var sourceFrame: WKFrameInfo! { get }
To
@NSCopying var sourceFrame: WKFrameInfo? { get }

Modified WKNavigationAction.targetFrame
Declaration
From
var targetFrame: WKFrameInfo! { get }
To
@NSCopying var targetFrame: WKFrameInfo? { get }

Modified WKNavigationDelegate.webView(WKWebView, decidePolicyForNavigationAction: WKNavigationAction, decisionHandler:(WKNavigationActionPolicy) -> Void)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, decidePolicyForNavigationAction navigationAction: WKNavigationAction!, decisionHandler decisionHandler: ((WKNavigationActionPolicy) -> Void)!)
--
To
optional func webView(_ webView: WKWebView, decidePolicyForNavigationAction navigationAction: WKNavigationAction, decisionHandler decisionHandler: (WKNavigationActionPolicy) -> Void)
yes

Modified WKNavigationDelegate.webView(WKWebView, decidePolicyForNavigationResponse: WKNavigationResponse, decisionHandler:(WKNavigationResponsePolicy) -> Void)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, decidePolicyForNavigationResponse navigationResponse: WKNavigationResponse!, decisionHandler decisionHandler: ((WKNavigationResponsePolicy) -> Void)!)
--
To
optional func webView(_ webView: WKWebView, decidePolicyForNavigationResponse navigationResponse: WKNavigationResponse, decisionHandler decisionHandler: (WKNavigationResponsePolicy) -> Void)
yes

Modified WKNavigationDelegate.webView(WKWebView, didCommitNavigation: WKNavigation!)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, didCommitNavigation navigation: WKNavigation!)
--
To
optional func webView(_ webView: WKWebView, didCommitNavigation navigation: WKNavigation!)
yes

Modified WKNavigationDelegate.webView(WKWebView, didFailNavigation: WKNavigation!, withError: NSError)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, didFailNavigation navigation: WKNavigation!, withError error: NSError!)
--
To
optional func webView(_ webView: WKWebView, didFailNavigation navigation: WKNavigation!, withError error: NSError)
yes

Modified WKNavigationDelegate.webView(WKWebView, didFailProvisionalNavigation: WKNavigation!, withError: NSError)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, didFailProvisionalNavigation navigation: WKNavigation!, withError error: NSError!)
--
To
optional func webView(_ webView: WKWebView, didFailProvisionalNavigation navigation: WKNavigation!, withError error: NSError)
yes

Modified WKNavigationDelegate.webView(WKWebView, didFinishNavigation: WKNavigation!)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, didFinishNavigation navigation: WKNavigation!)
--
To
optional func webView(_ webView: WKWebView, didFinishNavigation navigation: WKNavigation!)
yes

Modified WKNavigationDelegate.webView(WKWebView, didReceiveAuthenticationChallenge: NSURLAuthenticationChallenge, completionHandler:(NSURLSessionAuthChallengeDisposition, NSURLCredential!) -> Void)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, didReceiveAuthenticationChallenge challenge: NSURLAuthenticationChallenge!, completionHandler completionHandler: ((NSURLSessionAuthChallengeDisposition, NSURLCredential!) -> Void)!)
--
To
optional func webView(_ webView: WKWebView, didReceiveAuthenticationChallenge challenge: NSURLAuthenticationChallenge, completionHandler completionHandler: (NSURLSessionAuthChallengeDisposition, NSURLCredential!) -> Void)
yes

Modified WKNavigationDelegate.webView(WKWebView, didReceiveServerRedirectForProvisionalNavigation: WKNavigation!)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, didReceiveServerRedirectForProvisionalNavigation navigation: WKNavigation!)
--
To
optional func webView(_ webView: WKWebView, didReceiveServerRedirectForProvisionalNavigation navigation: WKNavigation!)
yes

Modified WKNavigationDelegate.webView(WKWebView, didStartProvisionalNavigation: WKNavigation!)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, didStartProvisionalNavigation navigation: WKNavigation!)
--
To
optional func webView(_ webView: WKWebView, didStartProvisionalNavigation navigation: WKNavigation!)
yes

Modified WKNavigationResponse.response
Declaration
From
var response: NSURLResponse! { get }
To
@NSCopying var response: NSURLResponse { get }

Modified WKScriptMessage.body
Declaration
From
var body: AnyObject! { get }
To
@NSCopying var body: AnyObject { get }

Modified WKScriptMessage.frameInfo
Declaration
From
var frameInfo: WKFrameInfo! { get }
To
@NSCopying var frameInfo: WKFrameInfo { get }

Modified WKScriptMessage.name
Declaration
From
var name: String! { get }
To
var name: String { get }

Modified WKScriptMessage.webView
Declaration
From
var webView: WKWebView! { get }
To
weak var webView: WKWebView? { get }

Modified WKScriptMessageHandler.userContentController(WKUserContentController, didReceiveScriptMessage: WKScriptMessage)
Declaration
From
func userContentController(_ userContentController: WKUserContentController!, didReceiveScriptMessage message: WKScriptMessage!)
To
func userContentController(_ userContentController: WKUserContentController, didReceiveScriptMessage message: WKScriptMessage)

Modified WKUIDelegate.webView(WKWebView, createWebViewWithConfiguration: WKWebViewConfiguration, forNavigationAction: WKNavigationAction, windowFeatures: WKWindowFeatures) -> WKWebView?
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, createWebViewWithConfiguration configuration: WKWebViewConfiguration!, forNavigationAction navigationAction: WKNavigationAction!, windowFeatures windowFeatures: WKWindowFeatures!) -> WKWebView!
--
To
optional func webView(_ webView: WKWebView, createWebViewWithConfiguration configuration: WKWebViewConfiguration, forNavigationAction navigationAction: WKNavigationAction, windowFeatures windowFeatures: WKWindowFeatures) -> WKWebView?
yes

Modified WKUIDelegate.webView(WKWebView, runJavaScriptAlertPanelWithMessage: String, initiatedByFrame: WKFrameInfo, completionHandler:() -> Void)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, runJavaScriptAlertPanelWithMessage message: String!, initiatedByFrame frame: WKFrameInfo!, completionHandler completionHandler: (() -> Void)!)
--
To
optional func webView(_ webView: WKWebView, runJavaScriptAlertPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo, completionHandler completionHandler: () -> Void)
yes

Modified WKUIDelegate.webView(WKWebView, runJavaScriptConfirmPanelWithMessage: String, initiatedByFrame: WKFrameInfo, completionHandler:(Bool) -> Void)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, runJavaScriptConfirmPanelWithMessage message: String!, initiatedByFrame frame: WKFrameInfo!, completionHandler completionHandler: ((Bool) -> Void)!)
--
To
optional func webView(_ webView: WKWebView, runJavaScriptConfirmPanelWithMessage message: String, initiatedByFrame frame: WKFrameInfo, completionHandler completionHandler: (Bool) -> Void)
yes

Modified WKUIDelegate.webView(WKWebView, runJavaScriptTextInputPanelWithPrompt: String, defaultText: String?, initiatedByFrame: WKFrameInfo, completionHandler:(String!) -> Void)
DeclarationOptional
From
optional func webView(_ webView: WKWebView!, runJavaScriptTextInputPanelWithPrompt prompt: String!, defaultText defaultText: String!, initiatedByFrame frame: WKFrameInfo!, completionHandler completionHandler: ((String!) -> Void)!)
--
To
optional func webView(_ webView: WKWebView, runJavaScriptTextInputPanelWithPrompt prompt: String, defaultText defaultText: String?, initiatedByFrame frame: WKFrameInfo, completionHandler completionHandler: (String!) -> Void)
yes

Modified WKUserContentController.addScriptMessageHandler(WKScriptMessageHandler, name: String)
Declaration
From
func addScriptMessageHandler(_ scriptMessageHandler: WKScriptMessageHandler!, name name: String!)
To
func addScriptMessageHandler(_ scriptMessageHandler: WKScriptMessageHandler, name name: String)

Modified WKUserContentController.addUserScript(WKUserScript)
Declaration
From
func addUserScript(_ userScript: WKUserScript!)
To
func addUserScript(_ userScript: WKUserScript)

Modified WKUserContentController.removeScriptMessageHandlerForName(String)
Declaration
From
func removeScriptMessageHandlerForName(_ name: String!)
To
func removeScriptMessageHandlerForName(_ name: String)

Modified WKUserContentController.userScripts
Declaration
From
var userScripts: [AnyObject]! { get }
To
var userScripts: [AnyObject] { get }

Modified WKUserScript.source
Declaration
From
var source: String! { get }
To
var source: String { get }

Modified WKUserScript.init(source: String, injectionTime: WKUserScriptInjectionTime, forMainFrameOnly: Bool)
Declaration
From
init(source source: String!, injectionTime injectionTime: WKUserScriptInjectionTime, forMainFrameOnly forMainFrameOnly: Bool)
To
init(source source: String, injectionTime injectionTime: WKUserScriptInjectionTime, forMainFrameOnly forMainFrameOnly: Bool)

Modified WKWebView.UIDelegate
Declaration
From
var UIDelegate: WKUIDelegate!
To
weak var UIDelegate: WKUIDelegate?

Modified WKWebView.URL
Declaration
From
var URL: NSURL! { get }
To
@NSCopying var URL: NSURL? { get }

Modified WKWebView.backForwardList
Declaration
From
var backForwardList: WKBackForwardList! { get }
To
var backForwardList: WKBackForwardList { get }

Modified WKWebView.configuration
Declaration
From
var configuration: WKWebViewConfiguration! { get }
To
@NSCopying var configuration: WKWebViewConfiguration { get }

Modified WKWebView.evaluateJavaScript(String, completionHandler:((AnyObject!, NSError!) -> Void)?)
Declaration
From
func evaluateJavaScript(_ javaScriptString: String!, completionHandler completionHandler: ((AnyObject!, NSError!) -> Void)!)
To
func evaluateJavaScript(_ javaScriptString: String, completionHandler completionHandler: ((AnyObject!, NSError!) -> Void)?)

Modified WKWebView.init(frame: CGRect, configuration: WKWebViewConfiguration)
Declaration
From
init(frame frame: CGRect, configuration configuration: WKWebViewConfiguration!)
To
init(frame frame: CGRect, configuration configuration: WKWebViewConfiguration)

Modified WKWebView.goBack() -> WKNavigation?
Declaration
From
func goBack() -> WKNavigation!
To
func goBack() -> WKNavigation?

Modified WKWebView.goBack(AnyObject?)
Declaration
From
@IBAction func goBack(_ sender: AnyObject!)
To
@IBAction func goBack(_ sender: AnyObject?)

Modified WKWebView.goForward() -> WKNavigation?
Declaration
From
func goForward() -> WKNavigation!
To
func goForward() -> WKNavigation?

Modified WKWebView.goForward(AnyObject?)
Declaration
From
@IBAction func goForward(_ sender: AnyObject!)
To
@IBAction func goForward(_ sender: AnyObject?)

Modified WKWebView.goToBackForwardListItem(WKBackForwardListItem) -> WKNavigation?
Declaration
From
func goToBackForwardListItem(_ item: WKBackForwardListItem!) -> WKNavigation!
To
func goToBackForwardListItem(_ item: WKBackForwardListItem) -> WKNavigation?

Modified WKWebView.loadHTMLString(String, baseURL: NSURL?) -> WKNavigation?
Declaration
From
func loadHTMLString(_ string: String!, baseURL baseURL: NSURL!) -> WKNavigation!
To
func loadHTMLString(_ string: String, baseURL baseURL: NSURL?) -> WKNavigation?

Modified WKWebView.loadRequest(NSURLRequest) -> WKNavigation?
Declaration
From
func loadRequest(_ request: NSURLRequest!) -> WKNavigation!
To
func loadRequest(_ request: NSURLRequest) -> WKNavigation?

Modified WKWebView.navigationDelegate
Declaration
From
var navigationDelegate: WKNavigationDelegate!
To
weak var navigationDelegate: WKNavigationDelegate?

Modified WKWebView.reload() -> WKNavigation?
Declaration
From
func reload() -> WKNavigation!
To
func reload() -> WKNavigation?

Modified WKWebView.reload(AnyObject?)
Declaration
From
@IBAction func reload(_ sender: AnyObject!)
To
@IBAction func reload(_ sender: AnyObject?)

Modified WKWebView.reloadFromOrigin() -> WKNavigation?
Declaration
From
func reloadFromOrigin() -> WKNavigation!
To
func reloadFromOrigin() -> WKNavigation?

Modified WKWebView.reloadFromOrigin(AnyObject?)
Declaration
From
@IBAction func reloadFromOrigin(_ sender: AnyObject!)
To
@IBAction func reloadFromOrigin(_ sender: AnyObject?)

Modified WKWebView.stopLoading(AnyObject?)
Declaration
From
@IBAction func stopLoading(_ sender: AnyObject!)
To
@IBAction func stopLoading(_ sender: AnyObject?)

Modified WKWebView.title
Declaration
From
var title: String! { get }
To
var title: String? { get }

Modified WKWebViewConfiguration.preferences
Declaration
From
var preferences: WKPreferences!
To
var preferences: WKPreferences

Modified WKWebViewConfiguration.processPool
Declaration
From
var processPool: WKProcessPool!
To
var processPool: WKProcessPool

Modified WKWebViewConfiguration.userContentController
Declaration
From
var userContentController: WKUserContentController!
To
var userContentController: WKUserContentController

Modified WKWindowFeatures.allowsResizing
Declaration
From
var allowsResizing: NSNumber! { get }
To
var allowsResizing: NSNumber? { get }

Modified WKWindowFeatures.height
Declaration
From
var height: NSNumber! { get }
To
var height: NSNumber? { get }

Modified WKWindowFeatures.menuBarVisibility
Declaration
From
var menuBarVisibility: NSNumber! { get }
To
var menuBarVisibility: NSNumber? { get }

Modified WKWindowFeatures.statusBarVisibility
Declaration
From
var statusBarVisibility: NSNumber! { get }
To
var statusBarVisibility: NSNumber? { get }

Modified WKWindowFeatures.toolbarsVisibility
Declaration
From
var toolbarsVisibility: NSNumber! { get }
To
var toolbarsVisibility: NSNumber? { get }

Modified WKWindowFeatures.width
Declaration
From
var width: NSNumber! { get }
To
var width: NSNumber? { get }

Modified WKWindowFeatures.x
Declaration
From
var x: NSNumber! { get }
To
var x: NSNumber? { get }

Modified WKWindowFeatures.y
Declaration
From
var y: NSNumber! { get }
To
var y: NSNumber? { get }

Modified WebArchive.data
Declaration
From
var data: NSData! { get }
To
@NSCopying var data: NSData! { get }

Modified WebArchive.init(data: NSData!)
Declaration
From
init(data data: NSData!)
To
init!(data data: NSData!)

Modified WebArchive.init(mainResource: WebResource!, subresources:[AnyObject]!, subframeArchives:[AnyObject]!)
Declaration
From
init(mainResource mainResource: WebResource!, subresources subresources: [AnyObject]!, subframeArchives subframeArchives: [AnyObject]!)
To
init!(mainResource mainResource: WebResource!, subresources subresources: [AnyObject]!, subframeArchives subframeArchives: [AnyObject]!)

Modified WebDataSource.data
Declaration
From
var data: NSData! { get }
To
@NSCopying var data: NSData! { get }

Modified WebDataSource.init(request: NSURLRequest!)
Declaration
From
init(request request: NSURLRequest!)
To
init!(request request: NSURLRequest!)

Modified WebDragDestinationAction [struct]
DeclarationProtocols
From
struct WebDragDestinationAction : RawOptionSet {
    init(_ value: UInt)
    var value: UInt
    static var None: WebDragDestinationAction { get }
    static var DHTML: WebDragDestinationAction { get }
    static var Edit: WebDragDestinationAction { get }
    static var Load: WebDragDestinationAction { get }
    static var Any: WebDragDestinationAction { get }
}
RawOptionSet
To
struct WebDragDestinationAction : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var None: WebDragDestinationAction { get }
    static var DHTML: WebDragDestinationAction { get }
    static var Edit: WebDragDestinationAction { get }
    static var Load: WebDragDestinationAction { get }
    static var Any: WebDragDestinationAction { get }
}
RawOptionSetType

Modified WebDragDestinationAction.init(_: UInt)
Declaration
From
init(_ value: UInt)
To
init(_ rawValue: UInt)

Modified WebDragSourceAction [struct]
DeclarationProtocols
From
struct WebDragSourceAction : RawOptionSet {
    init(_ value: UInt)
    var value: UInt
    static var None: WebDragSourceAction { get }
    static var DHTML: WebDragSourceAction { get }
    static var Image: WebDragSourceAction { get }
    static var Link: WebDragSourceAction { get }
    static var Selection: WebDragSourceAction { get }
    static var Any: WebDragSourceAction { get }
}
RawOptionSet
To
struct WebDragSourceAction : RawOptionSetType {
    init(_ rawValue: UInt)
    init(rawValue rawValue: UInt)
    static var None: WebDragSourceAction { get }
    static var DHTML: WebDragSourceAction { get }
    static var Image: WebDragSourceAction { get }
    static var Link: WebDragSourceAction { get }
    static var Selection: WebDragSourceAction { get }
    static var Any: WebDragSourceAction { get }
}
RawOptionSetType

Modified WebDragSourceAction.init(_: UInt)
Declaration
From
init(_ value: UInt)
To
init(_ rawValue: UInt)

Modified WebFrame.dataSource
Declaration
From
var dataSource: WebDataSource! { get }
To
var dataSource: WebDataSource? { get }

Modified WebFrame.globalContext
Declaration
From
var globalContext: JSGlobalContext! { get }
To
var globalContext: JSGlobalContextRef { get }

Modified WebFrame.init(name: String!, webFrameView: WebFrameView!, webView: WebView!)
Declaration
From
init(name name: String!, webFrameView view: WebFrameView!, webView webView: WebView!)
To
init!(name name: String!, webFrameView view: WebFrameView!, webView webView: WebView!)

Modified WebHistoryItem.init(URLString: String!, title: String!, lastVisitedTimeInterval: NSTimeInterval)
Declaration
From
init(URLString URLString: String!, title title: String!, lastVisitedTimeInterval time: NSTimeInterval)
To
init!(URLString URLString: String!, title title: String!, lastVisitedTimeInterval time: NSTimeInterval)

Modified WebOpenPanelResultListener.chooseFilenames([AnyObject]!)
Introduction
FromOS X 10.10
ToOS X 10.6

Modified WebPlugInViewFactory.plugInViewWithArguments([NSObject: AnyObject]!) -> NSView! [class]
Declaration
From
class func plugInViewWithArguments(_ arguments: [NSObject : AnyObject]!) -> NSView!
To
static func plugInViewWithArguments(_ arguments: [NSObject : AnyObject]!) -> NSView!

Modified WebPreferences.init(identifier: String!)
Declaration
From
init(identifier anIdentifier: String!)
To
init!(identifier anIdentifier: String!)

Modified WebResource.data
Declaration
From
var data: NSData! { get }
To
@NSCopying var data: NSData! { get }

Modified WebResource.init(data: NSData!, URL: NSURL!, MIMEType: String!, textEncodingName: String!, frameName: String!)
Declaration
From
init(data data: NSData!, URL URL: NSURL!, MIMEType MIMEType: String!, textEncodingName textEncodingName: String!, frameName frameName: String!)
To
init!(data data: NSData!, URL URL: NSURL!, MIMEType MIMEType: String!, textEncodingName textEncodingName: String!, frameName frameName: String!)

Modified WebScriptObject
Introduction
FromOS X 10.10
ToOS X 10.4

Modified WebScriptObject.JSObject() -> JSObjectRef
DeclarationIntroduction
From
func JSObject() -> Unmanaged<JSObject>!
OS X 10.10
To
func JSObject() -> JSObjectRef
OS X 10.5

Modified WebUndefined
Introduction
FromOS X 10.10
ToOS X 10.4

Modified WebView.UIDelegate
Declaration
From
var UIDelegate: AnyObject!
To
unowned(unsafe) var UIDelegate: AnyObject!

Modified WebView.alignCenter(AnyObject?)
Declaration
From
func alignCenter(_ sender: AnyObject!)
To
func alignCenter(_ sender: AnyObject?)

Modified WebView.alignJustified(AnyObject?)
Declaration
From
func alignJustified(_ sender: AnyObject!)
To
func alignJustified(_ sender: AnyObject?)

Modified WebView.alignLeft(AnyObject?)
Declaration
From
func alignLeft(_ sender: AnyObject!)
To
func alignLeft(_ sender: AnyObject?)

Modified WebView.alignRight(AnyObject?)
Declaration
From
func alignRight(_ sender: AnyObject!)
To
func alignRight(_ sender: AnyObject?)

Modified WebView.changeAttributes(AnyObject?)
Declaration
From
func changeAttributes(_ sender: AnyObject!)
To
func changeAttributes(_ sender: AnyObject?)

Modified WebView.changeColor(AnyObject?)
Declaration
From
func changeColor(_ sender: AnyObject!)
To
func changeColor(_ sender: AnyObject?)

Modified WebView.changeDocumentBackgroundColor(AnyObject?)
Declaration
From
func changeDocumentBackgroundColor(_ sender: AnyObject!)
To
func changeDocumentBackgroundColor(_ sender: AnyObject?)

Modified WebView.changeFont(AnyObject?)
Declaration
From
func changeFont(_ sender: AnyObject!)
To
func changeFont(_ sender: AnyObject?)

Modified WebView.checkSpelling(AnyObject?)
Declaration
From
func checkSpelling(_ sender: AnyObject!)
To
func checkSpelling(_ sender: AnyObject?)

Modified WebView.copy(AnyObject?)
Declaration
From
func copy(_ sender: AnyObject!)
To
func copy(_ sender: AnyObject?)

Modified WebView.copyFont(AnyObject?)
Declaration
From
func copyFont(_ sender: AnyObject!)
To
func copyFont(_ sender: AnyObject?)

Modified WebView.cut(AnyObject?)
Declaration
From
func cut(_ sender: AnyObject!)
To
func cut(_ sender: AnyObject?)

Modified WebView.delete(AnyObject?)
Declaration
From
func delete(_ sender: AnyObject!)
To
func delete(_ sender: AnyObject?)

Modified WebView.downloadDelegate
Declaration
From
var downloadDelegate: AnyObject!
To
unowned(unsafe) var downloadDelegate: AnyObject!

Modified WebView.init(frame: NSRect, frameName: String!, groupName: String!)
Declaration
From
init(frame frame: NSRect, frameName frameName: String!, groupName groupName: String!)
To
init!(frame frame: NSRect, frameName frameName: String!, groupName groupName: String!)

Modified WebView.frameLoadDelegate
Declaration
From
var frameLoadDelegate: AnyObject!
To
unowned(unsafe) var frameLoadDelegate: AnyObject!

Modified WebView.goBack(AnyObject?)
Declaration
From
@IBAction func goBack(_ sender: AnyObject!)
To
@IBAction func goBack(_ sender: AnyObject?)

Modified WebView.goForward(AnyObject?)
Declaration
From
@IBAction func goForward(_ sender: AnyObject!)
To
@IBAction func goForward(_ sender: AnyObject?)

Modified WebView.makeTextLarger(AnyObject?)
Declaration
From
@IBAction func makeTextLarger(_ sender: AnyObject!)
To
@IBAction func makeTextLarger(_ sender: AnyObject?)

Modified WebView.makeTextSmaller(AnyObject?)
Declaration
From
@IBAction func makeTextSmaller(_ sender: AnyObject!)
To
@IBAction func makeTextSmaller(_ sender: AnyObject?)

Modified WebView.makeTextStandardSize(AnyObject?)
Declaration
From
@IBAction func makeTextStandardSize(_ sender: AnyObject!)
To
@IBAction func makeTextStandardSize(_ sender: AnyObject?)

Modified WebView.moveToBeginningOfSentence(AnyObject?)
Declaration
From
func moveToBeginningOfSentence(_ sender: AnyObject!)
To
func moveToBeginningOfSentence(_ sender: AnyObject?)

Modified WebView.moveToBeginningOfSentenceAndModifySelection(AnyObject?)
Declaration
From
func moveToBeginningOfSentenceAndModifySelection(_ sender: AnyObject!)
To
func moveToBeginningOfSentenceAndModifySelection(_ sender: AnyObject?)

Modified WebView.moveToEndOfSentence(AnyObject?)
Declaration
From
func moveToEndOfSentence(_ sender: AnyObject!)
To
func moveToEndOfSentence(_ sender: AnyObject?)

Modified WebView.moveToEndOfSentenceAndModifySelection(AnyObject?)
Declaration
From
func moveToEndOfSentenceAndModifySelection(_ sender: AnyObject!)
To
func moveToEndOfSentenceAndModifySelection(_ sender: AnyObject?)

Modified WebView.overWrite(AnyObject?)
Declaration
From
func overWrite(_ sender: AnyObject!)
To
func overWrite(_ sender: AnyObject?)

Modified WebView.paste(AnyObject?)
Declaration
From
func paste(_ sender: AnyObject!)
To
func paste(_ sender: AnyObject?)

Modified WebView.pasteAsPlainText(AnyObject?)
Declaration
From
func pasteAsPlainText(_ sender: AnyObject!)
To
func pasteAsPlainText(_ sender: AnyObject?)

Modified WebView.pasteAsRichText(AnyObject?)
Declaration
From
func pasteAsRichText(_ sender: AnyObject!)
To
func pasteAsRichText(_ sender: AnyObject?)

Modified WebView.pasteFont(AnyObject?)
Declaration
From
func pasteFont(_ sender: AnyObject!)
To
func pasteFont(_ sender: AnyObject?)

Modified WebView.performFindPanelAction(AnyObject?)
Declaration
From
func performFindPanelAction(_ sender: AnyObject!)
To
func performFindPanelAction(_ sender: AnyObject?)

Modified WebView.policyDelegate
Declaration
From
var policyDelegate: AnyObject!
To
unowned(unsafe) var policyDelegate: AnyObject!

Modified WebView.reload(AnyObject?)
Declaration
From
@IBAction func reload(_ sender: AnyObject!)
To
@IBAction func reload(_ sender: AnyObject?)

Modified WebView.reloadFromOrigin(AnyObject?)
Declaration
From
@IBAction func reloadFromOrigin(_ sender: AnyObject!)
To
@IBAction func reloadFromOrigin(_ sender: AnyObject?)

Modified WebView.resourceLoadDelegate
Declaration
From
var resourceLoadDelegate: AnyObject!
To
unowned(unsafe) var resourceLoadDelegate: AnyObject!

Modified WebView.selectSentence(AnyObject?)
Declaration
From
func selectSentence(_ sender: AnyObject!)
To
func selectSentence(_ sender: AnyObject?)

Modified WebView.showGuessPanel(AnyObject?)
Declaration
From
func showGuessPanel(_ sender: AnyObject!)
To
func showGuessPanel(_ sender: AnyObject?)

Modified WebView.startSpeaking(AnyObject?)
Declaration
From
func startSpeaking(_ sender: AnyObject!)
To
func startSpeaking(_ sender: AnyObject?)

Modified WebView.stopLoading(AnyObject?)
Declaration
From
@IBAction func stopLoading(_ sender: AnyObject!)
To
@IBAction func stopLoading(_ sender: AnyObject?)

Modified WebView.stopSpeaking(AnyObject?)
Declaration
From
func stopSpeaking(_ sender: AnyObject!)
To
func stopSpeaking(_ sender: AnyObject?)

Modified WebView.takeStringURLFrom(AnyObject?)
Declaration
From
@IBAction func takeStringURLFrom(_ sender: AnyObject!)
To
@IBAction func takeStringURLFrom(_ sender: AnyObject?)

Modified WebView.toggleContinuousSpellChecking(AnyObject?)
Declaration
From
@IBAction func toggleContinuousSpellChecking(_ sender: AnyObject!)
To
@IBAction func toggleContinuousSpellChecking(_ sender: AnyObject?)

Modified WebView.toggleSmartInsertDelete(AnyObject?)
Declaration
From
@IBAction func toggleSmartInsertDelete(_ sender: AnyObject!)
To
@IBAction func toggleSmartInsertDelete(_ sender: AnyObject?)

Modified DOMEventException
DeclarationIntroduction
From
let DOMEventException: NSString!
OS X 10.10
To
let DOMEventException: String
OS X 10.4

Modified DOMException
DeclarationIntroduction
From
let DOMException: NSString!
OS X 10.10
To
let DOMException: String
OS X 10.4

Modified DOMRangeException
DeclarationIntroduction
From
let DOMRangeException: NSString!
OS X 10.10
To
let DOMRangeException: String
OS X 10.4

Modified DOMXPathException
DeclarationIntroduction
From
let DOMXPathException: NSString!
OS X 10.10
To
let DOMXPathException: String
OS X 10.4

Modified WKErrorDomain
Declaration
From
let WKErrorDomain: NSString!
To
let WKErrorDomain: String

Modified WebActionButtonKey
Declaration
From
var WebActionButtonKey: NSString!
To
let WebActionButtonKey: String

Modified WebActionElementKey
Declaration
From
var WebActionElementKey: NSString!
To
let WebActionElementKey: String

Modified WebActionModifierFlagsKey
Declaration
From
var WebActionModifierFlagsKey: NSString!
To
let WebActionModifierFlagsKey: String

Modified WebActionNavigationTypeKey
Declaration
From
var WebActionNavigationTypeKey: NSString!
To
let WebActionNavigationTypeKey: String

Modified WebActionOriginalURLKey
Declaration
From
var WebActionOriginalURLKey: NSString!
To
let WebActionOriginalURLKey: String

Modified WebArchivePboardType
Declaration
From
var WebArchivePboardType: NSString!
To
let WebArchivePboardType: String

Modified WebElementDOMNodeKey
Declaration
From
var WebElementDOMNodeKey: NSString!
To
let WebElementDOMNodeKey: String

Modified WebElementFrameKey
Declaration
From
var WebElementFrameKey: NSString!
To
let WebElementFrameKey: String

Modified WebElementImageAltStringKey
Declaration
From
var WebElementImageAltStringKey: NSString!
To
let WebElementImageAltStringKey: String

Modified WebElementImageKey
Declaration
From
var WebElementImageKey: NSString!
To
let WebElementImageKey: String

Modified WebElementImageRectKey
Declaration
From
var WebElementImageRectKey: NSString!
To
let WebElementImageRectKey: String

Modified WebElementImageURLKey
Declaration
From
var WebElementImageURLKey: NSString!
To
let WebElementImageURLKey: String

Modified WebElementIsSelectedKey
Declaration
From
var WebElementIsSelectedKey: NSString!
To
let WebElementIsSelectedKey: String

Modified WebElementLinkLabelKey
Declaration
From
var WebElementLinkLabelKey: NSString!
To
let WebElementLinkLabelKey: String

Modified WebElementLinkTargetFrameKey
Declaration
From
var WebElementLinkTargetFrameKey: NSString!
To
let WebElementLinkTargetFrameKey: String

Modified WebElementLinkTitleKey
Declaration
From
var WebElementLinkTitleKey: NSString!
To
let WebElementLinkTitleKey: String

Modified WebElementLinkURLKey
Declaration
From
var WebElementLinkURLKey: NSString!
To
let WebElementLinkURLKey: String

Modified WebHistoryAllItemsRemovedNotification
Declaration
From
var WebHistoryAllItemsRemovedNotification: NSString!
To
let WebHistoryAllItemsRemovedNotification: String

Modified WebHistoryItemChangedNotification
Declaration
From
var WebHistoryItemChangedNotification: NSString!
To
let WebHistoryItemChangedNotification: String

Modified WebHistoryItemsAddedNotification
Declaration
From
var WebHistoryItemsAddedNotification: NSString!
To
let WebHistoryItemsAddedNotification: String

Modified WebHistoryItemsKey
Declaration
From
var WebHistoryItemsKey: NSString!
To
let WebHistoryItemsKey: String

Modified WebHistoryItemsRemovedNotification
Declaration
From
var WebHistoryItemsRemovedNotification: NSString!
To
let WebHistoryItemsRemovedNotification: String

Modified WebHistoryLoadedNotification
Declaration
From
var WebHistoryLoadedNotification: NSString!
To
let WebHistoryLoadedNotification: String

Modified WebHistorySavedNotification
Declaration
From
var WebHistorySavedNotification: NSString!
To
let WebHistorySavedNotification: String

Modified WebKitErrorDomain
Declaration
From
var WebKitErrorDomain: NSString!
To
let WebKitErrorDomain: String

Modified WebKitErrorMIMETypeKey
Declaration
From
let WebKitErrorMIMETypeKey: NSString!
To
let WebKitErrorMIMETypeKey: String

Modified WebKitErrorPlugInNameKey
Declaration
From
let WebKitErrorPlugInNameKey: NSString!
To
let WebKitErrorPlugInNameKey: String

Modified WebKitErrorPlugInPageURLStringKey
Declaration
From
let WebKitErrorPlugInPageURLStringKey: NSString!
To
let WebKitErrorPlugInPageURLStringKey: String

Modified WebPlugInAttributesKey
Declaration
From
var WebPlugInAttributesKey: NSString!
To
let WebPlugInAttributesKey: String

Modified WebPlugInBaseURLKey
Declaration
From
var WebPlugInBaseURLKey: NSString!
To
let WebPlugInBaseURLKey: String

Modified WebPlugInContainerKey
Declaration
From
var WebPlugInContainerKey: NSString!
To
let WebPlugInContainerKey: String

Modified WebPlugInContainingElementKey
Declaration
From
var WebPlugInContainingElementKey: NSString!
To
let WebPlugInContainingElementKey: String

Modified WebPlugInShouldLoadMainResourceKey
DeclarationIntroduction
From
var WebPlugInShouldLoadMainResourceKey: NSString!
OS X 10.10
To
let WebPlugInShouldLoadMainResourceKey: String
OS X 10.6

Modified WebPreferencesChangedNotification
Declaration
From
var WebPreferencesChangedNotification: NSString!
To
let WebPreferencesChangedNotification: String

Modified WebViewDidBeginEditingNotification
Declaration
From
let WebViewDidBeginEditingNotification: NSString!
To
let WebViewDidBeginEditingNotification: String

Modified WebViewDidChangeNotification
Declaration
From
let WebViewDidChangeNotification: NSString!
To
let WebViewDidChangeNotification: String

Modified WebViewDidChangeSelectionNotification
Declaration
From
let WebViewDidChangeSelectionNotification: NSString!
To
let WebViewDidChangeSelectionNotification: String

Modified WebViewDidChangeTypingStyleNotification
Declaration
From
let WebViewDidChangeTypingStyleNotification: NSString!
To
let WebViewDidChangeTypingStyleNotification: String

Modified WebViewDidEndEditingNotification
Declaration
From
let WebViewDidEndEditingNotification: NSString!
To
let WebViewDidEndEditingNotification: String

Modified WebViewProgressEstimateChangedNotification
Declaration
From
var WebViewProgressEstimateChangedNotification: NSString!
To
let WebViewProgressEstimateChangedNotification: String

Modified WebViewProgressFinishedNotification
Declaration
From
var WebViewProgressFinishedNotification: NSString!
To
let WebViewProgressFinishedNotification: String

Modified WebViewProgressStartedNotification
Declaration
From
var WebViewProgressStartedNotification: NSString!
To
let WebViewProgressStartedNotification: String