WebKit Bugzilla
Attachment 357991 Details for
Bug 192998
: Update status of some WebCore features in features.json
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
[PATCH] Proposed Fix
features-json-1.patch (text/plain), 4.66 KB, created by
Joseph Pecoraro
on 2018-12-21 15:41:51 PST
(
hide
)
Description:
[PATCH] Proposed Fix
Filename:
MIME Type:
Creator:
Joseph Pecoraro
Created:
2018-12-21 15:41:51 PST
Size:
4.66 KB
patch
obsolete
>diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 6c10bac620e..fbf54601f2b 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,17 @@ >+2018-12-21 Joseph Pecoraro <pecoraro@apple.com> >+ >+ Update status of some WebCore features in features.json >+ https://bugs.webkit.org/show_bug.cgi?id=192998 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ * features.json: >+ - Variation Fonts: Supported >+ - Conic Gradients: Supported in Preview >+ - Web Share: Supported in Preview >+ - <datalist>: Supported in Preview >+ - Intersection Observers: Supported in Preview >+ > 2018-12-20 Chris Dumez <cdumez@apple.com> > > Use Optional::valueOr() instead of Optional::value_or() >diff --git a/Source/WebCore/features.json b/Source/WebCore/features.json >index ba698aa11fb..77db1b9404c 100644 >--- a/Source/WebCore/features.json >+++ b/Source/WebCore/features.json >@@ -414,11 +414,11 @@ > { > "name": "Intersection Observer", > "status": { >- "status": "In Development" >+ "status": "Supported in Preview" > }, > "url": "https://wicg.github.io/IntersectionObserver/", > "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=159475", >- "keywords": ["intersection", "intersection observer"], >+ "keywords": ["intersection", "intersection observer", "intersectionobserver"], > "description": "An API that can be used to understand the visibility and position of DOM elements relative to a containing element or to the top-level viewport." > }, > { >@@ -461,7 +461,7 @@ > "enabled-by-default": true > }, > "url": "https://w3c.github.io/performance-timeline/", >- "keywords": ["performance", "performance observer", "performance timeline"], >+ "keywords": ["performance", "performance observer", "performanceobserver", "performance timeline"], > "description": "An API to observe performance timeline entries at idle times.", > "contact": { > "name": "Joseph Pecoraro", >@@ -845,7 +845,7 @@ > { > "name": "Conic Gradients", > "status": { >- "status": "In Development" >+ "status": "Supported in Preview" > }, > "url": "https://www.w3.org/TR/css4-images/#conic-gradients", > "specification": "CSS Image Values and Replaced Content Module Level 4", >@@ -870,6 +870,22 @@ > "email": "rniwa@webkit.org" > } > }, >+ { >+ "name": "Datalist Element", >+ "status": { >+ "status": "Supported in Preview" >+ }, >+ "url": "https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element", >+ "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=27247", >+ "specification": "HTML5", >+ "category": "html", >+ "description": "The datalist element represents a set of option elements that represent predefined options for other controls.", >+ "contact": { >+ "name": "Jon Davis", >+ "twitter": "@jonathandavis", >+ "email": "web-evangelist@apple.com" >+ } >+ }, > { > "name": "Download Attribute", > "status": { >@@ -878,6 +894,7 @@ > "url": "https://html.spec.whatwg.org/multipage/semantics.html#downloading-resources", > "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=156056", > "specification": "HTML5", >+ "category": "html", > "description": "An attribute to an anchor or area element to indicate that a resource is intended to be downloaded for use later rather than immediately.", > "contact": { > "name": "Brent Fulgham", >@@ -1059,6 +1076,7 @@ > "url": "https://html.spec.whatwg.org/multipage/embedded-content.html#the-picture-element", > "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=116963", > "specification": "HTML5", >+ "category": "html", > "description": "Enable handling the art-direction responsive images use-case by defining multiple image sources in markup", > "contact": { > "name": "Yoav Weiss", >@@ -1213,7 +1231,7 @@ > { > "name": "Variation Fonts", > "status": { >- "status": "In Development", >+ "status": "Supported", > "enabled-by-default": false > }, > "url": "https://drafts.csswg.org/css-fonts-4/", >@@ -1287,7 +1305,7 @@ > { > "name": "Web Share", > "status": { >- "status": "In Development" >+ "status": "Supported in Preview" > }, > "url": "https://github.com/WICG/web-share/blob/master/docs/interface.md", > "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=171100",
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Formatted Diff
|
Diff
Attachments on
bug 192998
: 357991