WebKit Bugzilla
Attachment 341685 Details for
Bug 186155
: Add CSS Masking and SVG 2 to feature list
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch
bug-186155-20180531211510.patch (text/plain), 2.12 KB, created by
Dirk Schulze
on 2018-05-31 12:15:11 PDT
(
hide
)
Description:
Patch
Filename:
MIME Type:
Creator:
Dirk Schulze
Created:
2018-05-31 12:15:11 PDT
Size:
2.12 KB
patch
obsolete
>Subversion Revision: 232227 >diff --git a/Source/WebCore/ChangeLog b/Source/WebCore/ChangeLog >index 6b088b9d834e3e0565973ecc1141071d89e052d3..efcf9b9b3fc12a1740ff7eb8614300594401531e 100644 >--- a/Source/WebCore/ChangeLog >+++ b/Source/WebCore/ChangeLog >@@ -1,3 +1,14 @@ >+2018-05-31 Dirk Schulze <krit@webkit.org> >+ >+ Add CSS Masking and SVG 2 to feature list >+ https://bugs.webkit.org/show_bug.cgi?id=186155 >+ >+ Reviewed by NOBODY (OOPS!). >+ >+ Add CSS Masking Level 1 and SVG 2 to feature list. >+ >+ * features.json: >+ > 2018-05-26 Zalan Bujtas <zalan@apple.com> > > [LFC] Implement margin computation >diff --git a/Source/WebCore/features.json b/Source/WebCore/features.json >index edff9e7f827166389c3d3369cf41cf9e440f144c..bc113d55d2cc521c5af1e2ec59ee446fab8717ec 100644 >--- a/Source/WebCore/features.json >+++ b/Source/WebCore/features.json >@@ -107,6 +107,21 @@ > "keywords": ["css inline layout", "css inline", "inline"], > "category": "css" > }, >+ { >+ "name": "CSS Masking Level 1", >+ "url": "https://drafts.fxtf.org/css-masking-1/", >+ "status": { >+ "status": "In Development", >+ "enabled-by-default": true >+ }, >+ "keywords": ["css masking", "clip-path", "clipping", "masking", "mask"], >+ "category": "css", >+ "contact": { >+ "name": "Dirk Schulze", >+ "twitter": "@dirkschulze", >+ "email": "dschulze@adobe.com" >+ } >+ }, > { > "name": "CSS Media Queries Level 4", > "url": "http://dev.w3.org/csswg/mediaqueries-4/", >@@ -479,6 +494,21 @@ > "twitter": "@JosephPecoraro" > } > }, >+ { >+ "name": "SVG 2", >+ "url": "https://svgwg.org/svg2-draft/", >+ "status": { >+ "status": "In Development", >+ "enabled-by-default": true >+ }, >+ "keywords": ["svg"], >+ "category": "svg", >+ "contact": { >+ "name": "Dirk Schulze", >+ "twitter": "@dirkschulze", >+ "email": "dschulze@adobe.com" >+ } >+ }, > { > "name": "SVG in OpenType Fonts", > "status": {
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 186155
:
341685
|
341785
|
382170