[Webkit-unassigned] [Bug 185381] Remove Document#selectedStylesheetSet/preferredStylesheetSet

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 10 19:59:31 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=185381

--- Comment #7 from Chris Nardi <cnardi at chromium.org> ---
(In reply to Daniel Bates from comment #6)
> Comment on attachment 340137 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=340137&action=review
> 
> > Source/WebKitLegacy/mac/DOM/DOMDocument.h:84
> > - at property (readonly, copy) NSString *preferredStylesheetSet WEBKIT_AVAILABLE_MAC(10_5);
> > - at property (copy) NSString *selectedStylesheetSet WEBKIT_AVAILABLE_MAC(10_5);
> >  @property (readonly, strong) DOMElement *activeElement WEBKIT_AVAILABLE_MAC(10_6);
> 
> This is public Mac API. We cannot remove these without deprecated them first.
> 
> <https://developer.apple.com/documentation/webkit/domdocument/1494907-
> selectedstylesheetset?language=objc>
> <https://developer.apple.com/documentation/webkit/domdocument/1494857-
> preferredstylesheetset?language=objc>

What would be the protocol for removal then? Would we just remove the web-facing attributes (IDL), mark the API functions as deprecated, and then wait a cycle to actually remove them (or something of that nature)?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180511/680d0770/attachment.html>


More information about the webkit-unassigned mailing list