- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Tue, 10 Dec 2019 17:01:35 +0000
- To: public-webapps-github-weekly@w3.org
- Message-Id: <E1ieitD-00005W-0p@uranus.w3.org>
Issues ------ * w3c/webcomponents (+0/-0/๐ฌ23) 7 issues received 23 new comments: - #855 2020 Spring F2F (6 by caridy, justinfagnani, rniwa, travisleithead) https://github.com/w3c/webcomponents/issues/855 - #842 Anonymous custom elements ๅฟๅ่ชๅฎไน็ปไปถ (6 by TimvdLippe, adrianhelvik, annevk) https://github.com/w3c/webcomponents/issues/842 [needs implementer interest] - #839 HTML, CSS, and JSON modules shouldn't solely rely on MIME type to change parsing behavior (2 by justinfagnani, littledan) https://github.com/w3c/webcomponents/issues/839 [modules] - #782 Lazy Custom Element Definitions (2 by justinfagnani, trusktr) https://github.com/w3c/webcomponents/issues/782 [custom-elements] [needs concrete proposal] - #762 Mechanism for setting the tabindex focus flag without sprouting tabindex attribute? (4 by alice, annevk, rniwa, tkent-google) https://github.com/w3c/webcomponents/issues/762 [custom-elements] [needs implementer interest] - #754 Cleaning up (undefining) custom elements? (1 by trusktr) https://github.com/w3c/webcomponents/issues/754 - #716 Scoped Custom Element Registries (2 by jarrodek, mkay581) https://github.com/w3c/webcomponents/issues/716 [custom-elements] [needs concrete proposal] * w3c/FileAPI (+1/-0/๐ฌ12) 1 issues created: - Reslove Blob to an existing ArrayBuffer (by Zhang-Junzhi) https://github.com/w3c/FileAPI/issues/143 1 issues received 12 new comments: - #143 Reslove Blob to an existing ArrayBuffer (12 by Zhang-Junzhi, annevk, mkruisselbrink) https://github.com/w3c/FileAPI/issues/143 * w3c/gamepad (+1/-0/๐ฌ0) 1 issues created: - Sticky activation (by marcoscaceres) https://github.com/w3c/gamepad/issues/124 * w3c/manifest (+3/-1/๐ฌ19) 3 issues created: - beforeinstallprompt : Prompting user makes it to hard to discern whether the user truly wanted to "install" a web app (by rniwa) https://github.com/w3c/manifest/issues/835 - Steps for processing shortcut member are very vague (by dominickng) https://github.com/w3c/manifest/issues/831 - Rename `purpose: badge` to `purpose: maskable` and expand on it (by NotWoods) https://github.com/w3c/manifest/issues/830 3 issues received 19 new comments: - #835 beforeinstallprompt : Prompting user makes it to hard to discern whether the user truly wanted to "install" a web app (14 by aeallord, dominickng, ecjs, elylucas, rniwa, tomayac) https://github.com/w3c/manifest/issues/835 - #831 Steps for processing shortcut member are very vague (1 by mgiuca) https://github.com/w3c/manifest/issues/831 - #830 Rename `purpose: badge` to `purpose: monochrome` and expand on it (4 by NotWoods, mgiuca) https://github.com/w3c/manifest/issues/830 1 issues closed: - Steps for processing shortcut member are very vague https://github.com/w3c/manifest/issues/831 * w3c/uievents (+1/-0/๐ฌ1) 1 issues created: - Should Key event be fired for [Previous] and [Next] key on Virtual Keyboard? (by makotokato) https://github.com/w3c/uievents/issues/253 1 issues received 1 new comments: - #253 Should Key event be fired for [Previous] and [Next] key on Virtual Keyboard? (1 by masayuki-nakano) https://github.com/w3c/uievents/issues/253 * w3c/clipboard-apis (+1/-0/๐ฌ0) 1 issues created: - Rephrase "direct user action" to match the new user activation model (by mustaqahmed) https://github.com/w3c/clipboard-apis/issues/107 * w3c/editing (+0/-1/๐ฌ10) 4 issues received 10 new comments: - #223 Preserving the integrity of the contentEditable's hidden state (2 by Dalzhim, gked) https://github.com/w3c/editing/issues/223 - #209 undo manager (3 by Dalzhim, johanneswilm) https://github.com/w3c/editing/issues/209 - #198 2019 TPAC Agenda for Editing TF (1 by gked) https://github.com/w3c/editing/issues/198 - #150 Removal of browser built-in Undo stack functionality from contenteditable (4 by johanneswilm, tszynalski, waterplea) https://github.com/w3c/editing/issues/150 1 issues closed: - 2019 TPAC Agenda for Editing TF https://github.com/w3c/editing/issues/198 * w3c/selection-api (+0/-0/๐ฌ4) 1 issues received 4 new comments: - #113 Selecting across wbr element Bug 584141 (4 by annevk, rniwa) https://github.com/w3c/selection-api/issues/113 * w3c/input-events (+1/-0/๐ฌ0) 1 issues created: - Input change event not triggered when value is cleared by the user (by coemans) https://github.com/w3c/input-events/issues/105 Pull requests ------------- * w3c/webcomponents (+1/-1/๐ฌ0) 1 pull requests submitted: - Minor additions to CSS modules explainer based on TAG comments (by dandclark) https://github.com/w3c/webcomponents/pull/858 1 pull requests merged: - Minor additions to CSS modules explainer based on TAG comments https://github.com/w3c/webcomponents/pull/858 * w3c/manifest (+6/-2/๐ฌ13) 6 pull requests submitted: - Processing the manifest is no longer a function of document URL (by mgiuca) https://github.com/w3c/manifest/pull/834 [breaking] - BREAKING CHANGE: Replace "badge" with "monochrome" (by NotWoods) https://github.com/w3c/manifest/pull/833 - Rewrite processing shortcuts algorithm to be more precise (by mgiuca) https://github.com/w3c/manifest/pull/832 - Set the manifest request's `destination`. (by mikewest) https://github.com/w3c/manifest/pull/829 - Editorial: fix typo (by jugglinmike) https://github.com/w3c/manifest/pull/828 - Editoriak: structure loops body with sub-steps (by jugglinmike) https://github.com/w3c/manifest/pull/827 5 pull requests received 13 new comments: - #834 Processing the manifest is no longer a function of document URL (2 by NotWoods, mgiuca) https://github.com/w3c/manifest/pull/834 [breaking] - #833 BREAKING CHANGE: Replace "badge" with "monochrome" (4 by NotWoods, aarongustafson) https://github.com/w3c/manifest/pull/833 - #832 Rewrite processing shortcuts algorithm to be more precise (3 by dominickng, marcoscaceres, mgiuca) https://github.com/w3c/manifest/pull/832 - #829 Set the manifest request's `destination`. (3 by marcoscaceres, mikewest) https://github.com/w3c/manifest/pull/829 - #828 Editorial: fix typo (1 by marcoscaceres) https://github.com/w3c/manifest/pull/828 2 pull requests merged: - Rewrite processing shortcuts algorithm to be more precise https://github.com/w3c/manifest/pull/832 - Editorial: fix typo https://github.com/w3c/manifest/pull/828 * w3c/editing (+0/-1/๐ฌ0) 1 pull requests merged: - move the repo to the WebApps WG https://github.com/w3c/editing/pull/224 * w3c/DOM-Parsing (+1/-0/๐ฌ0) 1 pull requests submitted: - fix: Add `<dfn>` for the `[CEReactions]` IDL extended attribute (by ExE-Boss) https://github.com/w3c/DOM-Parsing/pull/57 Repositories tracked by this digest: ----------------------------------- * https://github.com/w3c/webcomponents * https://github.com/w3c/FileAPI * 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/microdata * https://github.com/w3c/2dcontext * https://github.com/w3c/DOM-Parsing * https://github.com/w3c/dom
Received on Tuesday, 10 December 2019 17:01:40 UTC