Weekly github digest (HTML specs)

Issues
------
* w3c/html-aam (+0/-1/πŸ’¬1)
  1 issues received 1 new comments:
  - #308 Broken anchor link for summary recommended mappings (1 by scottaohara)
    https://github.com/w3c/html-aam/issues/308 

  1 issues closed:
  - Broken anchor link for summary recommended mappings https://github.com/w3c/html-aam/issues/308 

* w3c/html-aria (+3/-0/πŸ’¬5)
  3 issues created:
  - Do MUST requirements apply to all stages of document life-cycle (by dd8)
    https://github.com/w3c/html-aria/issues/345 
  - Allowed roles for nav element does not include none or presentation roles (by jongund)
    https://github.com/w3c/html-aria/issues/344 
  - Status report and planning for TPAC 2021 (by LJWatson)
    https://github.com/w3c/html-aria/issues/343 

  1 issues received 5 new comments:
  - #344 Allowed roles for nav element does not include none or presentation roles (5 by dylanb, scottaohara, stevefaulkner)
    https://github.com/w3c/html-aria/issues/344 

* w3c/htmlwg (+1/-0/πŸ’¬0)
  1 issues created:
  - Non-normative features in HTML Review Draft β€” Published 18 January 2021 (by siusin)
    https://github.com/w3c/htmlwg/issues/20 

* w3c/webcomponents (+0/-0/πŸ’¬2)
  2 issues received 2 new comments:
  - #934 Clarification which pseudo selectors work with `::slotted` and `::part` (1 by Jamesernator)
    https://github.com/WICG/webcomponents/issues/934 [shadow-dom] [question] [css] 
  - #909 "open-stylable" Shadow Roots (1 by markcellus)
    https://github.com/WICG/webcomponents/issues/909 

* whatwg/html (+8/-6/πŸ’¬34)
  8 issues created:
  - `HTMLElement.blur()` should cancel all the focus in sub tree? (by mantou132)
    https://github.com/whatwg/html/issues/6999 
  - partial interface Navigator {   [SecureContext] Promise<undefined> share(optional ShareData data = {});    [SecureContext] boolean canShare(optional ShareData data = {}); }; (by Alva96)
    https://github.com/whatwg/html/issues/6998 
  - Recursive event loop spinning: do we still need it if showModalDialog no longer exists? (by qnighy)
    https://github.com/whatwg/html/issues/6996 
  - ProblΓ©m. (by peteos123)
    https://github.com/whatwg/html/issues/6995 
  - Rendering section's introduction uses "expected" keyword (by zcorpan)
    https://github.com/whatwg/html/issues/6991 [clarification] [topic: rendering] 
  - ssh (by codingenterprise)
    https://github.com/whatwg/html/issues/6987 
  - Can the aside element be used inside the main element? (by JoshTumath)
    https://github.com/whatwg/html/issues/6986 
  - changing the 404 page  heading (by smlogsubramani)
    https://github.com/whatwg/html/issues/6984 

  16 issues received 34 new comments:
  - #6999 `HTMLElement.blur()` should cancel all the focus in sub tree? (1 by domenic)
    https://github.com/whatwg/html/issues/6999 [topic: focus] 
  - #6996 Recursive event loop spinning: do we still need it if showModalDialog no longer exists? (1 by annevk)
    https://github.com/whatwg/html/issues/6996 
  - #6986 Using the aside element inside other landmarks problematic for screen readers (2 by HarshitShukla01, JoshTumath)
    https://github.com/whatwg/html/issues/6986 
  - #6961 Unrecognized "value" attribute. (2 by annevk, danbri)
    https://github.com/whatwg/html/issues/6961 
  - #6887 onsecuritypolicyviolation exposure does not match browsers (2 by fred-wang, soniasingla)
    https://github.com/whatwg/html/issues/6887 
  - #6836 Newly created browsing contexts will almost always reject history.pushState/replaceState (3 by domenic, rakina)
    https://github.com/whatwg/html/issues/6836 [topic: history] [interop] [agenda+] 
  - #6809 srcdoc and sandbox interaction with session history (1 by jakearchibald)
    https://github.com/whatwg/html/issues/6809 [topic: history] 
  - #6682 Navigating to same url - replace or add? (3 by jakearchibald)
    https://github.com/whatwg/html/issues/6682 [topic: navigation] [topic: history] [interop] 
  - #6571 "Emit that DOCTYPE token" (2 by Arkadipta-Chatterjee, zcorpan)
    https://github.com/whatwg/html/issues/6571 [topic: parser] 
  - #5426 Pages with `color-scheme: dark` have too low link color contrast (3 by domenic, togetherbeer, tomayac)
    https://github.com/whatwg/html/issues/5426 [topic: rendering] [accessibility] [a11y-needs-resolution] 
  - #4715 width and height attributes on <table> should perhaps allow 0 as a value (1 by Arkadipta-Chatterjee)
    https://github.com/whatwg/html/issues/4715 [good first issue] [topic: rendering] 
  - #3935 Safelist protocol handlers for DWeb (2 by CDDelta, fred-wang)
    https://github.com/whatwg/html/issues/3935 [addition/proposal] [impacts documentation] [topic: custom protocols] 
  - #2266 Reword usage of "alphabetical" (1 by domenic)
    https://github.com/whatwg/html/issues/2266 [clarification] [good first issue] 
  - #1929 unexpected focus results for tabindex + <dialog>.showModal() (4 by domenic, rniwa)
    https://github.com/whatwg/html/issues/1929 [accessibility] [topic: focus] [a11y-tracker] [topic: dialog] 
  - #1467 textarea[maxlength] interoperability issue (1 by domenic)
    https://github.com/whatwg/html/issues/1467 [compat] [topic: forms] [i18n-tracker] [interop] 
  - #833 Shadow DOM and autofocus="" (5 by domenic, rniwa)
    https://github.com/whatwg/html/issues/833 [topic: shadow] [topic: focus] [impacts documentation] 

  6 issues closed:
  - Interop: pdf might or might not render in a sandboxed iframe (depending on a browser) https://github.com/whatwg/html/issues/3958 [interop] [topic: embed and object] [topic: sandbox] 
  - What does "`Location`-object navigate" navigate? https://github.com/whatwg/html/issues/6972 [topic: navigation] 
  - Consider using `marker-side: match-parent;` and `text-align: match-parent;` in the UA stylesheet https://github.com/whatwg/html/issues/6474 [topic: rendering] 
  - Reword usage of "alphabetical" https://github.com/whatwg/html/issues/2266 [clarification] [good first issue] 
  - "Emit that DOCTYPE token" https://github.com/whatwg/html/issues/6571 [topic: parser] 
  - Missing period in HTML tokenizer https://github.com/whatwg/html/issues/6971 [good first issue] 

* whatwg/dom (+0/-0/πŸ’¬1)
  1 issues received 1 new comments:
  - #947 Define criteria for StaticRange validation (1 by dandclark)
    https://github.com/whatwg/dom/issues/947 [needs implementer interest] [addition/proposal] [topic: ranges] 



Pull requests
-------------
* whatwg/html (+8/-6/πŸ’¬12)
  8 pull requests submitted:
  - Editorial: top-level await has been merged into ES262 (by domenic)
    https://github.com/whatwg/html/pull/6994 [integration] 
  - Remove session history entry title-related example (by domenic)
    https://github.com/whatwg/html/pull/6993 [clarification] [topic: history] 
  - Modify pushState()/replaceState()'s URL rewriting check (by domenic)
    https://github.com/whatwg/html/pull/6992 [normative change] [topic: history] 
  - Improve autofocus and delegatesFocus interaction (by domenic)
    https://github.com/whatwg/html/pull/6990 [addition/proposal] [topic: focus] [agenda+] 
  - Add UA style 'text-align: match-parent' on <li> (by zcorpan)
    https://github.com/whatwg/html/pull/6989 
  - Disallow non-slottables in slot.assign() (by josepharhar)
    https://github.com/whatwg/html/pull/6988 
  - updated 2nd time (by smlogsubramani)
    https://github.com/whatwg/html/pull/6983 
  - Create Basic Concepts (by Swzyy)
    https://github.com/whatwg/html/pull/6982 

  5 pull requests received 12 new comments:
  - #6992 Modify pushState()/replaceState()'s URL rewriting check (3 by domenic)
    https://github.com/whatwg/html/pull/6992 [normative change] [topic: history] 
  - #6988 Disallow non-slottables in slot.assign() (2 by josepharhar, rniwa)
    https://github.com/whatwg/html/pull/6988 
  - #6964 Editorial: Changed "Emit that DOCTYPE token" to "Emit the current DOCTYPE token" (4 by domenic, philipbrembeck, zcorpan)
    https://github.com/whatwg/html/pull/6964 
  - #6956 More neutral example text for alt text (2 by annevk, edent)
    https://github.com/whatwg/html/pull/6956 
  - #4857 Define how some properties disable 'appearance' (1 by howard-e)
    https://github.com/whatwg/html/pull/4857 [compat] [topic: rendering] [topic: forms] [needs tests] [interop] 

  6 pull requests merged:
  - Remove the notion of "secured plugins"
    https://github.com/whatwg/html/pull/6946 [removal/deprecation] [topic: embed and object] 
  - Editorial: top-level await has been merged into ES262
    https://github.com/whatwg/html/pull/6994 [integration] 
  - Editorial: "`Location`-object navigate" navigates the relevant global object's browsing context
    https://github.com/whatwg/html/pull/6977 
  - Add UA style 'text-align: match-parent' on <li>
    https://github.com/whatwg/html/pull/6989 [topic: rendering] 
  - Editorial: Changed "Emit that DOCTYPE token" to "Emit the current DOCTYPE token"
    https://github.com/whatwg/html/pull/6964 
  - Missing period in HTML tokenizer
    https://github.com/whatwg/html/pull/6980 

* whatwg/dom (+1/-0/πŸ’¬0)
  1 pull requests submitted:
  - Add validity criteria for StaticRange (by dandclark)
    https://github.com/whatwg/dom/pull/1009 


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, 30 August 2021 17:00:25 UTC