Changeset 189960 in webkit


Ignore:
Timestamp:
Sep 17, 2015, 7:55:45 PM (10 years ago)
Author:
rniwa@webkit.org
Message:

Update features.json for Shadow DOM and Web Components
https://bugs.webkit.org/show_bug.cgi?id=149249

Reviewed by Antti Koivisto.

Updated the status of Shadow DOM and made myself the point of contact for shadow DOM and web components.

  • features.json:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r189957 r189960  
     12015-09-16  Ryosuke Niwa  <rniwa@webkit.org>
     2
     3        Update features.json for Shadow DOM and Web Components
     4        https://bugs.webkit.org/show_bug.cgi?id=149249
     5
     6        Reviewed by Antti Koivisto.
     7
     8        Updated the status of Shadow DOM and made myself the point of contact for shadow DOM and web components.
     9
     10        * features.json:
     11
    1122015-09-17  Chris Dumez  <cdumez@apple.com>
    213
  • trunk/Source/WebCore/features.json

    r189266 r189960  
    158158        "name": "Web Components",
    159159        "status": {
    160             "status": "No active development"
     160            "status": "Partial Support"
    161161        },
    162162        "url": "http://www.w3.org/wiki/WebComponents/",
    163         "keywords": ["web components", "shadow dom", "html imports", "custom element", "template element"],
     163        "keywords": ["web components", "shadow dom", "html imports", "custom elements", "template element"],
    164164        "category": "webapps",
    165165        "description": "A collection of technologies to improve modularization of DOM subtrees.",
    166166        "contact": {
    167             "name": "Jon Davis",
    168             "twitter": "@jonathandavis",
    169             "email": "web-evangelist@apple.com"
     167            "name": "Ryosuke Niwa",
     168            "twitter": "@RyosukeNiwa",
     169            "email": "rniwa@webkit.org"
    170170        }
    171171    },
     
    459459        "name": "Shadow DOM",
    460460        "status": {
    461             "status": "No active development"
     461            "status": "In Development"
    462462        },
    463463        "url": "http://w3c.github.io/webcomponents/spec/shadow/",
     464        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=148695",
    464465        "specification": "Web Components",
    465         "description": "Functional encapsulation of HTML, CSS and JavaScript for Web Components.",
    466         "contact": {
    467             "name": "Jon Davis",
    468             "twitter": "@jonathandavis",
    469             "email": "web-evangelist@apple.com"
     466        "description": "Functional encapsulation of HTML and CSS for Web Components.",
     467        "contact": {
     468            "name": "Ryosuke Niwa",
     469            "twitter": "@RyosukeNiwa",
     470            "email": "rniwa@webkit.org"
    470471        }
    471472    },
Note: See TracChangeset for help on using the changeset viewer.