Changeset 245694 in webkit
- Timestamp:
- May 23, 2019, 10:59:23 AM (7 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
-
ChangeLog (modified) (1 diff)
-
features.json (modified) (6 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r245682 r245694 1 2019-05-23 Jon Davis <jond@apple.com> 2 3 Update feature status for shipped features 4 https://bugs.webkit.org/show_bug.cgi?id=196783 5 6 Reviewed by Timothy Hatcher. 7 8 Updated feature status for Beacon API, CSS Text Decoration Level 4, Intersection Observer, 9 Conic Gradients, Datalist Element, and Web Share. 10 11 * features.json: 12 1 13 2019-05-23 Simon Fraser <simon.fraser@apple.com> 2 14 -
trunk/Source/WebCore/features.json
r244226 r245694 26 26 "name": "Beacon API", 27 27 "status": { 28 "status": "Supported In Preview"28 "status": "Supported" 29 29 }, 30 30 "url": "https://www.w3.org/TR/beacon/", … … 232 232 "name": "CSS Text Decoration Level 4", 233 233 "status": { 234 "status": "Supported in Preview",234 "status": "Supported", 235 235 "enabled-by-default": true 236 236 }, … … 443 443 "name": "Intersection Observer", 444 444 "status": { 445 "status": "Supported in Preview"445 "status": "Supported" 446 446 }, 447 447 "url": "https://wicg.github.io/IntersectionObserver/", … … 888 888 "name": "Conic Gradients", 889 889 "status": { 890 "status": "Supported in Preview"890 "status": "Supported" 891 891 }, 892 892 "url": "https://www.w3.org/TR/css4-images/#conic-gradients", … … 916 916 "name": "Datalist Element", 917 917 "status": { 918 "status": "Supported in Preview"918 "status": "Supported" 919 919 }, 920 920 "url": "https://html.spec.whatwg.org/multipage/form-elements.html#the-datalist-element", … … 1363 1363 "name": "Web Share", 1364 1364 "status": { 1365 "status": "Supported in Preview"1365 "status": "Supported" 1366 1366 }, 1367 1367 "url": "https://github.com/WICG/web-share/blob/master/docs/interface.md",
Note:
See TracChangeset
for help on using the changeset viewer.