- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 11 Jul 2017 17:00:24 +0000
- To: public-webapps-github-weekly@w3.org
- Message-Id: <E1dUyWP-0000Gy-01@uranus.w3.org>
Issues
------
* w3c/webcomponents (+1/-24/💬39)
1 issues created:
- Lack of implementations of customized built-in elements is hurting Web Components (by prushforth)
https://github.com/w3c/webcomponents/issues/648
25 issues received 39 new comments:
- #615 components v1 native implementation - inner components problem (13 by tnikolai2, annevk, TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/615
- #575 integrity attribute in <link rel="import"/> (3 by Nektro, TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/575
- #645 HTML Modules (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/645
- #141 [imports]: Want some kind of imperative API (bugzilla: 25319) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/141
- #148 [imports]: showing <dialog> from import (bugzilla: 28051) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/148
- #157 Scripts in HTML Imports should be scoped to the import (treat imports as script modules) (bugzilla: 27836) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/157
- #568 Status codes for HTML Imports (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/568
- #188 [imports]: Unify loading and dependency resolution model with ES6 modules (bugzilla: 25715) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/188
- #573 [imports]: Use cases for HTML Imports (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/573
- #197 [imports]: The relationship between import and browsing context should be stated more clearly (bugzilla: 26682) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/197
- #198 [imports]: Script execution order should be stated more clearly (bugzilla: 26681) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/198
- #200 [Custom]: sorted element queue definition is not in sync with Imports (bugzilla: 26638) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/200
- #203 [imports]: Cascading order for stylesheets of imported documents should be stated more clearly (bugzilla: 24756) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/203
- #207 Clarify how data: URLs should be handled for imports (bugzilla: 25924) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/207
- #209 [imports]: The dedup behavior with redirects should be clarified. (bugzilla: 25818) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/209
- #212 [imports]: Want New LinkImport method to return a promise. (bugzilla: 25007) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/212
- #213 [imports]: <link media> (bugzilla: 25696) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/213
- #215 [imports]: Want an informative section about implications of how CSP + Imports is defined (bugzilla: 25610) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/215
- #217 [imports]: Supporting more than just the script-src CSP directive in imports. (bugzilla: 25566) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/217
- #218 [imports]: improve description of async to clarify execution order (bugzilla: 25470) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/218
- #221 [imports]: Parser should not wait on external resources inside imports (bugzilla: 24042) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/221
- #234 Changing "href" attribute on <link> should trigger re-downloading hyperlink (bugzilla: 22038) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/234
- #235 [Imports]: Consider changing component location to component identifier (bugzilla: 21253) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/235
- #628 Should <link> work inside Shadow DOM? (1 by Nektro)
https://github.com/w3c/webcomponents/issues/628
- #245 [Imports]: Write introduction section (bugzilla: 21169) (1 by TakayoshiKochi)
https://github.com/w3c/webcomponents/issues/245
24 issues closed:
- components v1 native implementation - inner components problem https://github.com/w3c/webcomponents/issues/615
- [imports]: The relationship between import and browsing context should be stated more clearly (bugzilla: 26682) https://github.com/w3c/webcomponents/issues/197
- [imports]: Unify loading and dependency resolution model with ES6 modules (bugzilla: 25715) https://github.com/w3c/webcomponents/issues/188
- [Custom]: sorted element queue definition is not in sync with Imports (bugzilla: 26638) https://github.com/w3c/webcomponents/issues/200
- [imports]: Use cases for HTML Imports https://github.com/w3c/webcomponents/issues/573
- Scripts in HTML Imports should be scoped to the import (treat imports as script modules) (bugzilla: 27836) https://github.com/w3c/webcomponents/issues/157
- [imports]: Want some kind of imperative API (bugzilla: 25319) https://github.com/w3c/webcomponents/issues/141
- Clarify how data: URLs should be handled for imports (bugzilla: 25924) https://github.com/w3c/webcomponents/issues/207
- [imports]: Cascading order for stylesheets of imported documents should be stated more clearly (bugzilla: 24756) https://github.com/w3c/webcomponents/issues/203
- [imports]: Script execution order should be stated more clearly (bugzilla: 26681) https://github.com/w3c/webcomponents/issues/198
- [imports]: Want New LinkImport method to return a promise. (bugzilla: 25007) https://github.com/w3c/webcomponents/issues/212
- [imports]: <link media> (bugzilla: 25696) https://github.com/w3c/webcomponents/issues/213
- [imports]: improve description of async to clarify execution order (bugzilla: 25470) https://github.com/w3c/webcomponents/issues/218
- [imports]: Want an informative section about implications of how CSP + Imports is defined (bugzilla: 25610) https://github.com/w3c/webcomponents/issues/215
- [imports]: Respect the crossOrigin attribute (bugzilla: 25568) https://github.com/w3c/webcomponents/issues/216
- [imports]: showing <dialog> from import (bugzilla: 28051) https://github.com/w3c/webcomponents/issues/148
- [imports]: Supporting more than just the script-src CSP directive in imports. (bugzilla: 25566) https://github.com/w3c/webcomponents/issues/217
- [imports]: Parser should not wait on external resources inside imports (bugzilla: 24042) https://github.com/w3c/webcomponents/issues/221
- [Imports]: Consider changing component location to component identifier (bugzilla: 21253) https://github.com/w3c/webcomponents/issues/235
- Changing "href" attribute on <link> should trigger re-downloading hyperlink (bugzilla: 22038) https://github.com/w3c/webcomponents/issues/234
- [Imports]: Write introduction section (bugzilla: 21169) https://github.com/w3c/webcomponents/issues/245
- Status codes for HTML Imports https://github.com/w3c/webcomponents/issues/568
- integrity attribute in <link rel="import"/> https://github.com/w3c/webcomponents/issues/575
- [imports]: The dedup behavior with redirects should be clarified. (bugzilla: 25818) https://github.com/w3c/webcomponents/issues/209
* w3c/ServiceWorker (+0/-0/💬7)
2 issues received 7 new comments:
- #980 postMessage keeps service workers alive indefinitely (6 by jungkees, mattto, wanderview)
https://github.com/w3c/ServiceWorker/issues/980
- #1091 consider Client behavior for windows where initial about:blank is replaced with a loaded document (1 by jungkees)
https://github.com/w3c/ServiceWorker/issues/1091
* w3c/pointerlock (+0/-0/💬3)
1 issues received 3 new comments:
- #23 movementX/Y when zoom in/out (3 by scheib, EiraGe)
https://github.com/w3c/pointerlock/issues/23
* w3c/push-api (+1/-1/💬4)
1 issues created:
- Consider including `supportedContentEncodings` in the `PushSubscription` serializer (by kitcambridge)
https://github.com/w3c/push-api/issues/277
2 issues received 4 new comments:
- #243 Non-Browser Vendor Supplied Push Server Support (2 by martinthomson, buhrmi)
https://github.com/w3c/push-api/issues/243
- #277 Consider including `supportedContentEncodings` in the `PushSubscription` serializer (2 by kitcambridge, martinthomson)
https://github.com/w3c/push-api/issues/277
1 issues closed:
- Consider including `supportedContentEncodings` in the `PushSubscription` serializer https://github.com/w3c/push-api/issues/277
* w3c/uievents (+0/-0/💬1)
1 issues received 1 new comments:
- #147 Add specification for AltGraph key & modifier behaviour (1 by drwez)
https://github.com/w3c/uievents/issues/147
* w3c/clipboard-apis (+1/-0/💬3)
1 issues created:
- Support for putting images on the clipboard (by Rob--W)
https://github.com/w3c/clipboard-apis/issues/44
1 issues received 3 new comments:
- #44 Support for putting images on the clipboard (3 by garykac, Rob--W)
https://github.com/w3c/clipboard-apis/issues/44
* w3c/html (+3/-2/💬21)
3 issues created:
- complete 5.2 implementation report (by chaals)
https://github.com/w3c/html/issues/962
- Proposal: allow servers to suggest alt tags for images, and possibly other content. (by bigblind)
https://github.com/w3c/html/issues/961
- Editorial error in HTML5.1: main element (by prlbr)
https://github.com/w3c/html/issues/960
8 issues received 21 new comments:
- #936 Indicate required state on checkboxes (9 by jakearchibald, prlbr, LJWatson, chaals)
https://github.com/w3c/html/issues/936
- #929 Let <small> include subheadings? (5 by mattur, russmaxdesign, timwright12, stevefaulkner)
https://github.com/w3c/html/issues/929
- #955 Incorporate Custom Elements in HTML directly? (2 by snuggs, chaals)
https://github.com/w3c/html/issues/955
- #960 Editorial error in HTML5.1: main element (1 by prlbr)
https://github.com/w3c/html/issues/960
- #961 Proposal: allow servers to suggest alt tags for images, and possibly other content. (1 by LJWatson)
https://github.com/w3c/html/issues/961
- #962 complete 5.2 implementation report (1 by LJWatson)
https://github.com/w3c/html/issues/962
- #939 Input type currency (1 by LJWatson)
https://github.com/w3c/html/issues/939
- #290 make element.focus() consider body element's focusable state for improved real-world interop (1 by travisleithead)
https://github.com/w3c/html/issues/290
2 issues closed:
- Odd example for `alt` attribute in "4.7.5.1.8. A graphical representation of some of the surrounding text" https://github.com/w3c/html/issues/958
- make element.focus() consider body element's focusable state for improved real-world interop https://github.com/w3c/html/issues/290
* w3c/html-aam (+3/-0/💬4)
3 issues created:
- name and description computation (by richschwer)
https://github.com/w3c/html-aam/issues/100
- WCAG/HTML name computation discrepancy with `<img alt="" title="foo"> (by cookiecrook)
https://github.com/w3c/html-aam/issues/99
- Identify elements which do not support aria-roledescription (by joanmarie)
https://github.com/w3c/html-aam/issues/98
2 issues received 4 new comments:
- #99 WCAG/HTML name computation discrepancy with `<img alt="" title="foo"> (3 by cookiecrook, stevefaulkner)
https://github.com/w3c/html-aam/issues/99
- #95 UIA completion (1 by boggydigital)
https://github.com/w3c/html-aam/issues/95
* w3c/html-aria (+1/-0/💬1)
1 issues created:
- Identify elements which do not support aria-roledescription (by joanmarie)
https://github.com/w3c/html-aria/issues/77
1 issues received 1 new comments:
- #77 Identify elements which do not support aria-roledescription (1 by joanmarie)
https://github.com/w3c/html-aria/issues/77
* w3c/html-extensions (+0/-5/💬4)
3 issues received 4 new comments:
- #5 How to tell status of extension documents (2 by chaals)
https://github.com/w3c/html-extensions/issues/5
- #30 Summarise actual changes made by extensions (1 by chaals)
https://github.com/w3c/html-extensions/issues/30
- #25 HTML5 Video element should know the bitrate switch due to MSE (1 by chaals)
https://github.com/w3c/html-extensions/issues/25
5 issues closed:
- Beacon extends the navigator object https://github.com/w3c/html-extensions/issues/12
- Presentation API only extends navigator https://github.com/w3c/html-extensions/issues/32
- Webmention extends HTML https://github.com/w3c/html-extensions/issues/24
- HTML5 Video element should know the bitrate switch due to MSE https://github.com/w3c/html-extensions/issues/25
- Pointer Events extends navigator https://github.com/w3c/html-extensions/issues/15
* w3c/microdata (+1/-1/💬2)
1 issues created:
- give examples and algorithms a URL (by chaals)
https://github.com/w3c/microdata/issues/71
2 issues received 2 new comments:
- #32 Microdata's property ordering semantics are unclear (and perhaps unused) - can we simplify? (1 by chaals)
https://github.com/w3c/microdata/issues/32
- #65 Syntax highlighting not working correctly (1 by chaals)
https://github.com/w3c/microdata/issues/65
1 issues closed:
- Syntax highlighting not working correctly https://github.com/w3c/microdata/issues/65
* w3c/dom (+1/-0/💬4)
1 issues created:
- Merge Shadow DOM into DOM 4.1? (by chaals)
https://github.com/w3c/dom/issues/150
3 issues received 4 new comments:
- #149 Invalid iterable declarations (2 by yongsheng, siusin)
https://github.com/w3c/dom/issues/149
- #94 Serviceworker: align with the latest serviceworker spec? (1 by chaals)
https://github.com/w3c/dom/issues/94
- #150 Merge Shadow DOM into DOM 4.1? (1 by yongsheng)
https://github.com/w3c/dom/issues/150
Pull requests
-------------
* w3c/ServiceWorker (+1/-0/💬2)
1 pull requests submitted:
- Disallow waitUntil() of manually constructed events (by jungkees)
https://github.com/w3c/ServiceWorker/pull/1166
1 pull requests received 2 new comments:
- #1166 Disallow waitUntil() of manually constructed events (2 by jungkees, mattto)
https://github.com/w3c/ServiceWorker/pull/1166
* w3c/push-api (+0/-1/💬3)
1 pull requests received 3 new comments:
- #244 Add note about single push service per user agent. (3 by beverloo, buhrmi)
https://github.com/w3c/push-api/pull/244
1 pull requests merged:
- Add note about single push service per user agent.
https://github.com/w3c/push-api/pull/244
* w3c/uievents (+0/-1/💬1)
1 pull requests received 1 new comments:
- #149 Small tweak on the wording on InputEvent types (1 by dontcallmedom)
https://github.com/w3c/uievents/pull/149
1 pull requests merged:
- Small tweak on the wording on InputEvent types
https://github.com/w3c/uievents/pull/149
* w3c/html (+0/-1/💬0)
1 pull requests merged:
- Referrer policy
https://github.com/w3c/html/pull/954
* w3c/html-aam (+1/-0/💬0)
1 pull requests submitted:
- Update missing UIA mappings (by boggydigital)
https://github.com/w3c/html-aam/pull/101
* w3c/html-extensions (+1/-1/💬2)
1 pull requests submitted:
- Change PE url to short version, tweak description (by patrickhlauke)
https://github.com/w3c/html-extensions/pull/33
1 pull requests received 2 new comments:
- #33 Change PE url to short version, tweak description (2 by chaals)
https://github.com/w3c/html-extensions/pull/33
1 pull requests merged:
- Change PE url to short version, tweak description
https://github.com/w3c/html-extensions/pull/33
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webcomponents
* https://github.com/w3c/FileAPI
* https://github.com/w3c/ServiceWorker
* https://github.com/w3c/filesystem-api
* https://github.com/w3c/gamepad
* https://github.com/w3c/manifest
* https://github.com/w3c/manifest-csp
* https://github.com/w3c/pointerlock
* https://github.com/w3c/push-api
* https://github.com/w3c/screen-orientation
* https://github.com/w3c/workers
* https://github.com/w3c/websockets
* https://github.com/w3c/webmessaging
* https://github.com/w3c/webstorage
* https://github.com/w3c/eventsource
* https://github.com/w3c/ime-api
* https://github.com/w3c/uievents
* https://github.com/w3c/uievents-code
* https://github.com/w3c/uievents-key
* https://github.com/w3c/clipboard-apis
* https://github.com/w3c/editing
* https://github.com/w3c/selection-api
* https://github.com/w3c/input-events
* https://github.com/w3c/html
* https://github.com/w3c/html-aam
* https://github.com/w3c/html-aria
* https://github.com/w3c/html-extensions
* https://github.com/w3c/html-landscape
* https://github.com/w3c/html-reference
* https://github.com/w3c/aria-in-html
* https://github.com/w3c/microdata
* https://github.com/w3c/2dcontext
* https://github.com/w3c/DOM-Parsing
* https://github.com/w3c/dom
Received on Tuesday, 11 July 2017 17:00:35 UTC