- From: W3C Webmaster via GitHub API <sysbot+gh@w3.org>
- Date: Mon, 17 Oct 2022 17:00:19 +0000
- To: public-webapps@w3.org
- Message-Id: <E1okTTP-0059Bg-SD@uranus.w3.org>
Issues
------
* w3c/badging (+1/-0/💬0)
1 issues created:
- Broken references in Badging API (by dontcallmedom-bot)
https://github.com/w3c/badging/issues/89
* w3c/manifest (+0/-0/💬1)
1 issues received 1 new comments:
- #804 Transparent Bottom Navigation Bar (1 by toniengelhardt)
https://github.com/w3c/manifest/issues/804 [Feature Request] [Defer]
* w3c/screen-orientation (+2/-4/💬13)
2 issues created:
- Should hidden documents be allowed to change the orientation? (by marcoscaceres)
https://github.com/w3c/screen-orientation/issues/221
- HTML integration (by marcoscaceres)
https://github.com/w3c/screen-orientation/issues/219
4 issues received 13 new comments:
- #210 Require a gesture? (2 by marcoscaceres, michaelwasserman)
https://github.com/w3c/screen-orientation/issues/210
- #206 Feature detection of orientation.lock (5 by annevk, domenic, marcoscaceres, saschanaz)
https://github.com/w3c/screen-orientation/issues/206
- #168 Face up and face down (1 by marcoscaceres)
https://github.com/w3c/screen-orientation/issues/168 [enhancement]
- #104 Promise for unlock()? (5 by annevk, marcoscaceres)
https://github.com/w3c/screen-orientation/issues/104
4 issues closed:
- Apply an orientation lock rejects its own newly created promise https://github.com/w3c/screen-orientation/issues/198 [bug]
- Nested browsing contexts cannot be accessed `in parallel` https://github.com/w3c/screen-orientation/issues/193 [bug]
- Browsing contexts do not have a document https://github.com/w3c/screen-orientation/issues/192 [bug]
- Face up and face down https://github.com/w3c/screen-orientation/issues/168 [enhancement]
* whatwg/dom (+1/-0/💬0)
1 issues created:
- Add `beforeopen`, `afteropen`, `beforeclosed`, and `afterclosed` events? (by mfreed7)
https://github.com/whatwg/dom/issues/1118
* whatwg/infra (+1/-0/💬0)
1 issues created:
- jonathan@jo.co (by JonAthanjosh)
https://github.com/whatwg/infra/issues/489
* whatwg/webidl (+4/-1/💬4)
4 issues created:
- What to do about specs that need lots of error types (by domenic)
https://github.com/whatwg/webidl/issues/1219
- Decimal regular expression has “dead code” (so to speak) (by bathos)
https://github.com/whatwg/webidl/issues/1218
- IDL grammar section should not discuss symbols in terms of fonts (by annevk)
https://github.com/whatwg/webidl/issues/1217
- Can a required argument be after an optional argument? (by saschanaz)
https://github.com/whatwg/webidl/issues/1214
3 issues received 4 new comments:
- #1214 Can a required argument exist after an optional argument? (1 by domenic)
https://github.com/whatwg/webidl/issues/1214
- #1080 “Unicode character” should likely say “Unicode scalar value” in intro to lexical grammar (1 by SamB)
https://github.com/whatwg/webidl/issues/1080 [i18n-tracker]
- #976 Replace the word "quoted" from IDL grammar section (2 by SamB, bathos)
https://github.com/whatwg/webidl/issues/976
1 issues closed:
- Replace the word "quoted" from IDL grammar section https://github.com/whatwg/webidl/issues/976
Pull requests
-------------
* w3c/badging (+1/-0/💬0)
1 pull requests submitted:
- chore: Fix broken links to within scope defintion (by NotWoods)
https://github.com/w3c/badging/pull/90
* w3c/screen-orientation (+9/-6/💬6)
9 pull requests submitted:
- chore: Request full screen + Small fixes (by marcoscaceres)
https://github.com/w3c/screen-orientation/pull/223
- chore: add demo page (by marcoscaceres)
https://github.com/w3c/screen-orientation/pull/222
- Handle page visibility changes (by marcoscaceres)
https://github.com/w3c/screen-orientation/pull/220
- Consume transient activation (by marcoscaceres)
https://github.com/w3c/screen-orientation/pull/218
- Clarify that locking to every orientation might not be supported (by marcoscaceres)
https://github.com/w3c/screen-orientation/pull/217
- fix: walk down all documents from top (by marcoscaceres)
https://github.com/w3c/screen-orientation/pull/216
- Privacy (by marcoscaceres)
https://github.com/w3c/screen-orientation/pull/215
- Tidied up document using tidy-html5 (by marcoscaceres)
https://github.com/w3c/screen-orientation/pull/214
- Adjust dfn markup of "change" event (by tidoust)
https://github.com/w3c/screen-orientation/pull/213
3 pull requests received 6 new comments:
- #217 Clarify that locking to every orientation might not be supported (1 by marcoscaceres)
https://github.com/w3c/screen-orientation/pull/217
- #215 Rewrite privacy considerations section (2 by marcoscaceres)
https://github.com/w3c/screen-orientation/pull/215
- #213 Adjust dfn markup of "change" event (3 by marcoscaceres)
https://github.com/w3c/screen-orientation/pull/213
6 pull requests merged:
- chore: Request full screen + Small fixes
https://github.com/w3c/screen-orientation/pull/223
- chore: add demo page
https://github.com/w3c/screen-orientation/pull/222
- Editorial: fix walk down all documents from top
https://github.com/w3c/screen-orientation/pull/216
- Editorial: rewrite of handle page visibility changes
https://github.com/w3c/screen-orientation/pull/220
- Clarify that locking to every orientation might not be supported
https://github.com/w3c/screen-orientation/pull/217
- Adjust dfn markup of "change" event
https://github.com/w3c/screen-orientation/pull/213
* whatwg/dom (+4/-2/💬1)
4 pull requests submitted:
- Editorial: align with realm lowercasing (by annevk)
https://github.com/whatwg/dom/pull/1121
- Meta: update repository files (by annevk)
https://github.com/whatwg/dom/pull/1120
- Meta: update repository files (by annevk)
https://github.com/whatwg/dom/pull/1119
- Add pop-up light dismiss logic to event dispatching (by josepharhar)
https://github.com/whatwg/dom/pull/1117
1 pull requests received 1 new comments:
- #1119 Meta: update repository files (1 by annevk)
https://github.com/whatwg/dom/pull/1119
2 pull requests merged:
- Meta: update repository files
https://github.com/whatwg/dom/pull/1120
- Editorial: align with realm lowercasing
https://github.com/whatwg/dom/pull/1121
* whatwg/infra (+1/-1/💬2)
1 pull requests submitted:
- Meta: update repository files (by annevk)
https://github.com/whatwg/infra/pull/490
1 pull requests received 2 new comments:
- #451 Precisely specify iteration details. Fixes #396 (2 by rakuco, tabatkins)
https://github.com/whatwg/infra/pull/451
1 pull requests merged:
- Meta: update repository files
https://github.com/whatwg/infra/pull/490
* whatwg/webidl (+3/-5/💬10)
3 pull requests submitted:
- Meta: update repository files (by annevk)
https://github.com/whatwg/webidl/pull/1220
- "Quoted terminal symbols" are now monospaced (by saschanaz)
https://github.com/whatwg/webidl/pull/1216
- Document what defaults are ok for dictionary values. (by jyasskin)
https://github.com/whatwg/webidl/pull/1215
2 pull requests received 10 new comments:
- #1216 "Quoted terminal symbols" are now monospaced (7 by annevk, saschanaz)
https://github.com/whatwg/webidl/pull/1216
- #1215 Document what defaults are ok for dictionary values. (3 by domenic, jyasskin)
https://github.com/whatwg/webidl/pull/1215
5 pull requests merged:
- Meta: update repository files
https://github.com/whatwg/webidl/pull/1220
- Fix typo - s/an/a before "NotAllowed"
https://github.com/whatwg/webidl/pull/1209
- "Quoted terminal symbols" are now monospaced
https://github.com/whatwg/webidl/pull/1216
- Document what defaults are ok for dictionary values.
https://github.com/whatwg/webidl/pull/1215
- Editorial: lowercase realm
https://github.com/whatwg/webidl/pull/1212
Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/badging
* https://github.com/w3c/FileAPI
* https://github.com/w3c/gamepad
* https://github.com/w3c/image-resource
* https://github.com/w3c/IntersectionObserver
* https://github.com/w3c/manifest
* https://github.com/w3c/pointerlock
* https://github.com/w3c/push-api
* https://github.com/w3c/screen-orientation
* https://github.com/w3c/uievents
* https://github.com/w3c/web-share
* https://github.com/whatwg/dom
* https://github.com/whatwg/infra
* https://github.com/whatwg/webidl
--
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config
Received on Monday, 17 October 2022 17:00:22 UTC