Changeset 189960 in webkit
- Timestamp:
- Sep 17, 2015, 7:55:45 PM (10 years ago)
- Location:
- trunk/Source/WebCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WebCore/ChangeLog
r189957 r189960 1 2015-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 1 12 2015-09-17 Chris Dumez <cdumez@apple.com> 2 13 -
trunk/Source/WebCore/features.json
r189266 r189960 158 158 "name": "Web Components", 159 159 "status": { 160 "status": " No active development"160 "status": "Partial Support" 161 161 }, 162 162 "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"], 164 164 "category": "webapps", 165 165 "description": "A collection of technologies to improve modularization of DOM subtrees.", 166 166 "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" 170 170 } 171 171 }, … … 459 459 "name": "Shadow DOM", 460 460 "status": { 461 "status": " No active development"461 "status": "In Development" 462 462 }, 463 463 "url": "http://w3c.github.io/webcomponents/spec/shadow/", 464 "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=148695", 464 465 "specification": "Web Components", 465 "description": "Functional encapsulation of HTML , CSS and JavaScriptfor 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" 470 471 } 471 472 },
Note:
See TracChangeset
for help on using the changeset viewer.