Weekly github digest (HTML specs)

Issues
------
* w3c/html-aam (+3/-2/πŸ’¬11)
  3 issues created:
  - ARIA 1.2 update for input[list] (by scottaohara)
    https://github.com/w3c/html-aam/issues/302 
  - What should happen if label element contains child elements (by dd8)
    https://github.com/w3c/html-aam/issues/300 
  - implicit role for td in treegrid is gridcell (by carmacleod)
    https://github.com/w3c/html-aam/issues/298 

  3 issues received 11 new comments:
  - #300 What should happen if label element contains child elements (7 by JAWS-test, dd8, stevefaulkner)
    https://github.com/w3c/html-aam/issues/300 
  - #298 implicit role for td in treegrid is gridcell (1 by carmacleod)
    https://github.com/w3c/html-aam/issues/298 
  - #2 Mappings for <meter> should be different from <progress> (3 by JAWS-test, aleventhal)
    https://github.com/w3c/html-aam/issues/2 [AAM V2] 

  2 issues closed:
  - Link to HTML 5 definitions of column header and row header? https://github.com/w3c/html-aam/issues/297 
  - implicit role for td/th in treegrid is gridcell https://github.com/w3c/html-aam/issues/298 

* w3c/html-aria (+0/-4/πŸ’¬2)
  2 issues received 2 new comments:
  - #228 `img` element says `role=img` should not be used (1 by scottaohara)
    https://github.com/w3c/html-aria/issues/228 
  - #223 Allow role="table" on <table> elements to enforce treatment as a data table (1 by scottaohara)
    https://github.com/w3c/html-aria/issues/223 [Has PR] 

  4 issues closed:
  - Make gridcell one of the implicit roles for td elements (if in grid) https://github.com/w3c/html-aria/issues/195 [Has PR] 
  - `img` element says `role=img` should not be used https://github.com/w3c/html-aria/issues/228 
  - Allow role="table" on <table> elements to enforce treatment as a data table https://github.com/w3c/html-aria/issues/223 [Has PR] 
  - Softening the language around unnecessary explicit role? https://github.com/w3c/html-aria/issues/236 [Has PR] [question] 

* w3c/webcomponents (+1/-0/πŸ’¬23)
  1 issues created:
  - CustomElementRegistry.prototype.define<bulk>() (by leobalter)
    https://github.com/w3c/webcomponents/issues/892 

  5 issues received 23 new comments:
  - #892 CustomElementRegistry.prototype.define<bulk>() (5 by justinfagnani, rniwa)
    https://github.com/w3c/webcomponents/issues/892 
  - #889 Allowing CSS combinators postfixed to the ::slotted() selector (2 by trusktr)
    https://github.com/w3c/webcomponents/issues/889 
  - #877 Meet at TPAC this autumn? (7 by EisenbergEffect, justinfagnani, leobalter, mfreed7, rniwa, yuzhe-han)
    https://github.com/w3c/webcomponents/issues/877 
  - #871 Expose shadowRoot on element internals (8 by annevk, caridy, mfreed7)
    https://github.com/w3c/webcomponents/issues/871 [custom-elements] [needs implementer interest] [shadow-dom] 
  - #716 Scoped Custom Element Registries (1 by rniwa)
    https://github.com/w3c/webcomponents/issues/716 [custom-elements] [needs concrete proposal] 

* whatwg/html (+11/-7/πŸ’¬75)
  11 issues created:
  - Can a document not have a focused area? (by annevk)
    https://github.com/whatwg/html/issues/5835 [topic: focus] 
  - "inspected": Clarify the meaning of inspected (by scwilli216)
    https://github.com/whatwg/html/issues/5834 
  - N/A value or synthesized value for TextMetrics when fonts don't have values (by kojiishi)
    https://github.com/whatwg/html/issues/5830 
  - "If the next token is a U+000A LINE FEED (LF) ch..." (by xfix)
    https://github.com/whatwg/html/issues/5829 
  - Paragraph of placeholder attribute on textarea element (by mtrootyy)
    https://github.com/whatwg/html/issues/5828 
  - Should dynamic import()ed script loading delay Window load events? (by hiroshige-g)
    https://github.com/whatwg/html/issues/5824 
  - Support Japanese phonetic names to `autocomplete` attribute (by agektmr)
    https://github.com/whatwg/html/issues/5821 
  - Try using dark red for the header font color (by Luchihumphrey)
    https://github.com/whatwg/html/issues/5819 
  - COEP reporting "blocked-url" should probably be "blockedURL" (by domenic)
    https://github.com/whatwg/html/issues/5818 [topic: cross-origin-embedder-policy] 
  - Allow for the possibility of user agents implementing landmark navigation (by carmacleod)
    https://github.com/whatwg/html/issues/5813 
  - Consider allowing label elements to provide a label for landmark elements (by carmacleod)
    https://github.com/whatwg/html/issues/5812 

  32 issues received 75 new comments:
  - #5835 Can a document not have a focused area? (1 by domenic)
    https://github.com/whatwg/html/issues/5835 [topic: focus] 
  - #5834 "inspected": Clarify the meaning of inspected (1 by domenic)
    https://github.com/whatwg/html/issues/5834 
  - #5829 "If the next token is a U+000A LINE FEED (LF) ch..." (3 by Alohci, domenic)
    https://github.com/whatwg/html/issues/5829 
  - #5824 Should dynamic import()ed script loading delay Window load events? (3 by Yay295, domenic, hiroshige-g)
    https://github.com/whatwg/html/issues/5824 
  - #5821 Support Japanese phonetic names to `autocomplete` attribute (8 by Yay295, agektmr, annevk, rniwa, xfq)
    https://github.com/whatwg/html/issues/5821 [addition/proposal] [i18n-jlreq] [i18n-tracker] [topic: forms] 
  - #5819 Try using dark red for the header font color (1 by annevk)
    https://github.com/whatwg/html/issues/5819 
  - #5818 COEP reporting "blocked-url" should probably be "blockedURL" (1 by yutakahirano)
    https://github.com/whatwg/html/issues/5818 [topic: cross-origin-embedder-policy] 
  - #5813 Allow for the possibility of user agents implementing landmark navigation (1 by domenic)
    https://github.com/whatwg/html/issues/5813 
  - #5812 Consider allowing label elements to provide a label for landmark elements (7 by Yay295, carmacleod, domenic, scottaohara)
    https://github.com/whatwg/html/issues/5812 
  - #5811 Consider creating an HTML search element (1 by bathos)
    https://github.com/whatwg/html/issues/5811 
  - #5806 Possible loophole in COOP together with sandbox="allow-popups" (3 by ParisMeuleman, zcorpan)
    https://github.com/whatwg/html/issues/5806 [topic: cross-origin-opener-policy] 
  - #5803 BroadcastChannel needs partitioning (2 by annevk, rniwa)
    https://github.com/whatwg/html/issues/5803 [normative change] [security/privacy] [topic: serialize and transfer] [topic: storage] 
  - #5802 Dialog should be better-behaved on misuse, probably (2 by annevk, domenic)
    https://github.com/whatwg/html/issues/5802 [topic: dialog] 
  - #5801 HTML element for barcodes/qr codes (2 by Somnid, annevk)
    https://github.com/whatwg/html/issues/5801 [addition/proposal] [needs implementer interest] 
  - #5791 Opt-in for `<select>` customizability  (1 by annevk)
    https://github.com/whatwg/html/issues/5791 [topic: forms] 
  - #5790 navigator.registerProtocolHandler example still uses the third parameter (4 by annevk, domenic, kalyani489)
    https://github.com/whatwg/html/issues/5790 [good first issue] [topic: custom protocols] 
  - #5789 Proposal: nested <OPTGROUP> (1 by annevk)
    https://github.com/whatwg/html/issues/5789 
  - #5778 Disallowing aside within dt is overly prescriptive (5 by scottaohara, sideshowbarker, stevefaulkner, tabatkins)
    https://github.com/whatwg/html/issues/5778 
  - #5767 Changing the session history spec to converge on historical & modern browser behaviour (4 by jakearchibald, muodov, rakina)
    https://github.com/whatwg/html/issues/5767 [topic: history] 
  - #5765 Should "message" events be fired on closed MessagePorts? (1 by annevk)
    https://github.com/whatwg/html/issues/5765 
  - #5754 How does a script added into a shadow DOM work with that shadow dom/the element that built it? (1 by annevk)
    https://github.com/whatwg/html/issues/5754 
  - #5678 Move the focus back to the previous focused element for dialog.close() (1 by annevk)
    https://github.com/whatwg/html/issues/5678 [a11y-tracker] [accessibility] [addition/proposal] [needs implementer interest] [topic: dialog] [topic: focus] 
  - #5619 RoundRect for Canvas2D (1 by annevk)
    https://github.com/whatwg/html/issues/5619 [addition/proposal] [topic: canvas] 
  - #5552 CustomElementsRegistry whenDefined then => Class (6 by WebReflection, nostalic, rniwa)
    https://github.com/whatwg/html/issues/5552 [addition/proposal] [needs implementer interest] [topic: custom elements] 
  - #5453 `input` event is composed but `change` isn't (2 by domenic, rniwa)
    https://github.com/whatwg/html/issues/5453 [compat] [normative change] [topic: events] [topic: forms] [topic: shadow] 
  - #5421 Proposal: `strong` attribute for <input type=password> (5 by NiciusB, othermaciej, timruffles)
    https://github.com/whatwg/html/issues/5421 [addition/proposal] [needs implementer interest] [topic: forms] 
  - #5121 Add &nnbsp; entity for U+202F (2 by annevk, xfq)
    https://github.com/whatwg/html/issues/5121 [addition/proposal] [i18n-alreq] [i18n-tracker] [needs implementer interest] [topic: parser] 
  - #5016 Form-associated custom elements missing features (1 by rniwa)
    https://github.com/whatwg/html/issues/5016 [accessibility] [addition/proposal] [topic: custom elements] [topic: forms] 
  - #3732 HTML: Cap nesting depth (1 by hsivonen)
    https://github.com/whatwg/html/issues/3732 [topic: parser] 
  - #3595 Add autocorrect content attribute to HTMLElement (1 by annevk)
    https://github.com/whatwg/html/issues/3595 [addition/proposal] [needs concrete proposal] 
  - #3539 Potentially standardize window.find() (1 by xfq)
    https://github.com/whatwg/html/issues/3539 [addition/proposal] [i18n-tracker] [interop] 
  - #3518 Proposal: HTML passwordrules attribute (1 by beyera)
    https://github.com/whatwg/html/issues/3518 [addition/proposal] [document conformance] [needs implementer interest] [security/privacy] [topic: forms] 

  7 issues closed:
  - Confusing description of invalid value default for the `formmethod` attribute https://github.com/whatwg/html/issues/5804 [topic: forms] 
  - "If the next token is a U+000A LINE FEED (LF) ch..." https://github.com/whatwg/html/issues/5829 
  - input[type=checkbox] is mutable even when disabled on every browser https://github.com/whatwg/html/issues/5000 [topic: events] [topic: forms] 
  - Remove ondragexit? https://github.com/whatwg/html/issues/2741 [removal/deprecation] [topic: drag and drop] 
  - Try using dark red for the header font color https://github.com/whatwg/html/issues/5819 
  - Consider requiring feature policy for SharedArrayBuffer in cross-origin frames https://github.com/whatwg/html/issues/5435 [security/privacy] [topic: cross-origin-embedder-policy] [topic: cross-origin-opener-policy] 
  - Possible loophole in COOP together with sandbox="allow-popups" https://github.com/whatwg/html/issues/5806 [topic: sandbox] 

* whatwg/dom (+0/-0/πŸ’¬18)
  4 issues received 18 new comments:
  - #881 Adding a return value to `controller.abort()` which represents abort completion (1 by annevk)
    https://github.com/whatwg/dom/issues/881 [addition/proposal] [needs implementer interest] 
  - #880 Strange behavior with `insertBefore` vs `appendChild` and transitions (5 by isiahmeadows, josepharhar, marvinhagemeister, yosunkayag)
    https://github.com/whatwg/dom/issues/880 
  - #831 Declarative Shadow DOM (11 by caridy, dfabulich, mfreed7, namedgraph, rniwa)
    https://github.com/whatwg/dom/issues/831 [addition/proposal] [needs implementer interest] [topic: shadow] 
  - #736 Proposal: a DocumentFragment whose nodes do not get removed once inserted (1 by rniwa)
    https://github.com/whatwg/dom/issues/736 [addition/proposal] [needs implementer interest] 



Pull requests
-------------
* w3c/html-aam (+3/-3/πŸ’¬2)
  3 pull requests submitted:
  - Fixing minor typo "fo" -> "of" (by einSelbst)
    https://github.com/w3c/html-aam/pull/303 
  - Editorial: link to HTML spec for row/column header definitions (by scottaohara)
    https://github.com/w3c/html-aam/pull/301 
  - td and th in treegrid have implicit role gridcell (by carmacleod)
    https://github.com/w3c/html-aam/pull/299 

  2 pull requests received 2 new comments:
  - #303 Fixing minor typo "fo" -> "of" (1 by ylafon)
    https://github.com/w3c/html-aam/pull/303 
  - #299 td and th in treegrid have implicit role gridcell (1 by carmacleod)
    https://github.com/w3c/html-aam/pull/299 

  3 pull requests merged:
  - Fixing minor typo "fo" -> "of"
    https://github.com/w3c/html-aam/pull/303 
  - Editorial: link to HTML spec for row/column header definitions
    https://github.com/w3c/html-aam/pull/301 
  - td and th in treegrid have implicit role gridcell
    https://github.com/w3c/html-aam/pull/299 

* w3c/html-aria (+1/-3/πŸ’¬7)
  1 pull requests submitted:
  - Add PHL as co-editor (by patrickhlauke)
    https://github.com/w3c/html-aria/pull/240 

  4 pull requests received 7 new comments:
  - #240 Add PHL as co-editor (3 by LJWatson, patrickhlauke, scottaohara)
    https://github.com/w3c/html-aria/pull/240 
  - #237 Softening language around explicitly assigning implicit ARIA semantics (1 by scottaohara)
    https://github.com/w3c/html-aria/pull/237 
  - #224 add note about using β€œrole=table” on table element (1 by scottaohara)
    https://github.com/w3c/html-aria/pull/224 
  - #196 Add implicit roles to td, th, and simplify tr (2 by carmacleod, scottaohara)
    https://github.com/w3c/html-aria/pull/196 

  3 pull requests merged:
  - Add PHL as co-editor
    https://github.com/w3c/html-aria/pull/240 
  - Add implicit roles to td, th, and simplify tr
    https://github.com/w3c/html-aria/pull/196 
  - Softening language around explicitly assigning implicit ARIA semantics
    https://github.com/w3c/html-aria/pull/237 

* w3c/webcomponents (+0/-0/πŸ’¬1)
  1 pull requests received 1 new comments:
  - #865 Add Scoped CustomElementRegsitry explainer (1 by leobalter)
    https://github.com/w3c/webcomponents/pull/865 

* whatwg/html (+13/-8/πŸ’¬46)
  13 pull requests submitted:
  - Issue #5552 - Update `whenDefined` steps to resolve with the class (by WebReflection)
    https://github.com/whatwg/html/pull/5833 
  - Improve definition of currently focused area (by annevk)
    https://github.com/whatwg/html/pull/5832 [topic: focus] 
  - Update CustomElementsRegistry whenDefined to resolve to Class (by nostalic)
    https://github.com/whatwg/html/pull/5831 
  - Remove mutability check from legacy-pre-activation behavior (by saschanaz)
    https://github.com/whatwg/html/pull/5827 
  - Reference even more baseline concepts in CSS Inline Layout (by annevk)
    https://github.com/whatwg/html/pull/5826 
  - correct my name in the credits (by dpk)
    https://github.com/whatwg/html/pull/5825 
  - Editorial: reform some navigation parameters (by domenic)
    https://github.com/whatwg/html/pull/5823 
  - Fire "input" events as composed (by domenic)
    https://github.com/whatwg/html/pull/5822 [topic: events] [topic: forms] 
  - Luchihumphrey patch 2 (by Luchihumphrey)
    https://github.com/whatwg/html/pull/5820 
  - Remove user override of window.open() in a sandbox (by zcorpan)
    https://github.com/whatwg/html/pull/5817 [topic: sandbox] 
  - Update URN reference (by momdo)
    https://github.com/whatwg/html/pull/5816 
  - Update JSON reference (by momdo)
    https://github.com/whatwg/html/pull/5815 
  - WIP: Allow for the possibility of user agents implementing landmark navigation (by carmacleod)
    https://github.com/whatwg/html/pull/5814 

  20 pull requests received 46 new comments:
  - #5833 Issue #5552 - Update `whenDefined` steps to resolve with the class (3 by ExE-Boss, WebReflection, annevk)
    https://github.com/whatwg/html/pull/5833 
  - #5831 Update CustomElementsRegistry whenDefined to resolve to Class (2 by annevk, nostalic)
    https://github.com/whatwg/html/pull/5831 
  - #5826 Reference even more baseline concepts in CSS Inline Layout (1 by annevk)
    https://github.com/whatwg/html/pull/5826 
  - #5825 correct my name in the credits (1 by annevk)
    https://github.com/whatwg/html/pull/5825 
  - #5823 Editorial: reform some navigation parameters (1 by annevk)
    https://github.com/whatwg/html/pull/5823 
  - #5820  patch 2 (4 by Luchihumphrey, annevk)
    https://github.com/whatwg/html/pull/5820 
  - #5817 Remove user override of window.open() in a sandbox (1 by zcorpan)
    https://github.com/whatwg/html/pull/5817 [topic: sandbox] 
  - #5815 Update JSON reference (1 by momdo)
    https://github.com/whatwg/html/pull/5815 
  - #5810 Add another example (in prose) to help authors understand SFNSP (1 by carmacleod)
    https://github.com/whatwg/html/pull/5810 
  - #5808 Fix contradictory missing value default for formmethod="" (1 by domenic)
    https://github.com/whatwg/html/pull/5808 [topic: forms] 
  - #5805 Allow mutating <input disabled type=checkbox/radio> (15 by domenic, saschanaz)
    https://github.com/whatwg/html/pull/5805 [topic: forms] 
  - #5799 Fix #4562: add support for internationalized email addresses (3 by annevk, aphillips, domenic)
    https://github.com/whatwg/html/pull/5799 [addition/proposal] [i18n-tracker] [needs implementer interest] [topic: forms] 
  - #5797 Improve "completely loaded" specification (1 by domenic)
    https://github.com/whatwg/html/pull/5797 [clarification] [topic: browsing context] [topic: events] [topic: navigation] 
  - #5752 Introduce "cross-origin-isolated" permission (1 by yutakahirano)
    https://github.com/whatwg/html/pull/5752 
  - #5739 COOP: modify redirects handling (1 by camillelamy)
    https://github.com/whatwg/html/pull/5739 [needs tests] [topic: cross-origin-opener-policy] 
  - #5302 Add MIME type checking for HTTP(S) worker scripts (1 by domenic)
    https://github.com/whatwg/html/pull/5302 [needs tests] [normative change] [security/privacy] [topic: script] [topic: workers] 
  - #5279 Prevent top-level navigation of data URLs (5 by annevk, domenic, rniwa)
    https://github.com/whatwg/html/pull/5279 [topic: navigation] 
  - #4898 Introduce CSS Module Script (1 by dandclark)
    https://github.com/whatwg/html/pull/4898 
  - #3047 Add a timezonechange event to Window/WorkerGlobalScope (1 by FrankYFTang)
    https://github.com/whatwg/html/pull/3047 [addition/proposal] [i18n-tracker] [impacts documentation] [needs implementer interest] [needs tests] [privacy-tracker] 
  - #2881 Add video.removeTextTrack() method (1 by OrenMe)
    https://github.com/whatwg/html/pull/2881 [addition/proposal] [do not merge yet] [topic: media] 

  8 pull requests merged:
  - Fix contradictory missing value default for formmethod=""
    https://github.com/whatwg/html/pull/5808 [topic: forms] 
  - Remove stray reference to <input type=range multiple>
    https://github.com/whatwg/html/pull/5807 [topic: focus] 
  - Allow mutating <input disabled type=checkbox/radio>
    https://github.com/whatwg/html/pull/5805 [topic: forms] 
  - Remove the dragexit event
    https://github.com/whatwg/html/pull/5809 [removal/deprecation] [topic: drag and drop] 
  - Add MIME type checking for HTTP(S) worker scripts
    https://github.com/whatwg/html/pull/5302 [normative change] [security/privacy] [topic: script] [topic: workers] 
  - Introduce "cross-origin-isolated" permission
    https://github.com/whatwg/html/pull/5752 
  - Add another example (in prose) to help authors understand SFNSP
    https://github.com/whatwg/html/pull/5810 [clarification] [topic: focus] 
  - Remove user override of window.open() in a sandbox
    https://github.com/whatwg/html/pull/5817 [topic: sandbox] 

* whatwg/dom (+1/-0/πŸ’¬1)
  1 pull requests submitted:
  - Add new mutation observer init options elementHasAttributeNameFilter and elementLocalNameFilter (by AndrewRot)
    https://github.com/whatwg/dom/pull/885 

  1 pull requests received 1 new comments:
  - #885 Add new mutation observer init options elementFilterByAttribute and elementLocalNameFilter (1 by annevk)
    https://github.com/whatwg/dom/pull/885 


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/html-aam
* https://github.com/w3c/html-aria
* https://github.com/w3c/html-extensions
* https://github.com/w3c/htmlwg
* https://github.com/w3c/webcomponents
* https://github.com/whatwg/html
* https://github.com/whatwg/dom


-- 
Sent via github-notify-ml as configured in https://github.com/w3c/github-notify-ml-config

Received on Monday, 17 August 2020 17:00:18 UTC