Weekly github digest (HTML specs)

Issues
------
* w3c/html (+5/-8/💬51)
  5 issues created:
  - CFC: Publish FPWD of HTML5.3 (by LJWatson)
    https://github.com/w3c/html/issues/1100
  - What should autocapitalize default be (by chaals)
    https://github.com/w3c/html/issues/1092
  - Intrusive Elements (by alan-balding)
    https://github.com/w3c/html/issues/1091
  - Shouldn't www.w3.org/TR/html5/ point to the "latest version of HTML5"? (by SelenIT)
    https://github.com/w3c/html/issues/1089
  - add the set-allow *-flags algorithm for a Document document (by siusin)
    https://github.com/w3c/html/issues/1086

  12 issues received 51 new comments:
  - #845 allow input type="email" to accept unicode values (16 by ShawnSteele, dwsinger, aphillips, chaals, edent)
    https://github.com/w3c/html/issues/845
  - #278 Add focusin and focusout to the focus model (11 by LJWatson, patricia-gallardo)
    https://github.com/w3c/html/issues/278
  - #1092 What should autocapitalize default be (7 by r12a, rniwa, prlbr, chaals, edent)
    https://github.com/w3c/html/issues/1092
  - #208 Specify `autocapitalize` (5 by r12a, aphillips, chaals, asmusf)
    https://github.com/w3c/html/issues/208
  - #1091 Intrusive Elements (4 by LJWatson, alan-balding, edent)
    https://github.com/w3c/html/issues/1091
  - #1075 Merge Web Workers into HTML? (2 by LJWatson, cynthia)
    https://github.com/w3c/html/issues/1075
  - #553 Allow multiple meta-description elements if they have different lang values? (1 by chaals)
    https://github.com/w3c/html/issues/553
  - #263 Define formal activation behavior for <select> (1 by shwetank)
    https://github.com/w3c/html/issues/263
  - #461 Drop in-band metadata handling of track? (1 by chaals)
    https://github.com/w3c/html/issues/461
  - #1073 Proposing to replace default invalid state for form elements by indeterminate (1 by notabene)
    https://github.com/w3c/html/issues/1073
  - #1083 Loop (1 by chaals)
    https://github.com/w3c/html/issues/1083
  - #254 Determine rendering for @srcdoc docs with quirks-mode doctype (1 by patricia-gallardo)
    https://github.com/w3c/html/issues/254

  8 issues closed:
  - URL definition should refer to "valid URL string" (from WHATWG’s URL Standard) https://github.com/w3c/html/issues/875
  - Consider refactoring the document.domain attribute setter as a standalone algorithm https://github.com/w3c/html/issues/769
  - Sync up usages of "compatibilty caseless" comparisons used in the spec https://github.com/w3c/html/issues/216
  - add support for `allowusermedia` https://github.com/w3c/html/issues/778
  - Define formal activation behavior for <select> https://github.com/w3c/html/issues/263
  - Add text for the ping attribute https://github.com/w3c/html/issues/369
  - What to do with multiple thead / tfoot / caption https://github.com/w3c/html/issues/438
  - Intrusive Elements https://github.com/w3c/html/issues/1091

* w3c/html-aam (+0/-1/💬6)
  2 issues received 6 new comments:
  - #6 HTML-AAM: should <dfn> map to aria role=term? (5 by jasonkiss, joanmarie)
    https://github.com/w3c/html-aam/issues/6
  - #2 Mappings for <meter> should be different from <progress> (1 by jasonkiss)
    https://github.com/w3c/html-aam/issues/2

  1 issues closed:
  - HTML-AAM: should <dfn> map to aria role=term? https://github.com/w3c/html-aam/issues/6



Pull requests
-------------
* w3c/html (+8/-9/💬11)
  8 pull requests submitted:
  - Clarify "valid URL" (by chaals)
    https://github.com/w3c/html/pull/1099
  - Chaals 769 document domain setter (by chaals)
    https://github.com/w3c/html/pull/1098
  - Shwetank issue263 (by shwetank)
    https://github.com/w3c/html/pull/1097
  - Removed undesired example (by shwetank)
    https://github.com/w3c/html/pull/1096
  - Compatibility Caseless updates (by edent)
    https://github.com/w3c/html/pull/1095
  - srcdoc is the same in HTML and XHTML (by chaals)
    https://github.com/w3c/html/pull/1093
  - Ljw issue369 (by LJWatson)
    https://github.com/w3c/html/pull/1088
  - add the allowusermedia attr to iframe (by siusin)
    https://github.com/w3c/html/pull/1087

  7 pull requests received 11 new comments:
  - #1085 RFC update: 5988 -> 8288 (3 by LJWatson, cynthia, siusin)
    https://github.com/w3c/html/pull/1085
  - #1072 Adding Autocapitalize (2 by LJWatson, chaals)
    https://github.com/w3c/html/pull/1072
  - #1094 New bikeshed version (2 by plehegar)
    https://github.com/w3c/html/pull/1094
  - #1093 srcdoc is the same in HTML and XHTML (1 by chaals)
    https://github.com/w3c/html/pull/1093
  - #1095 Compatibility Caseless updates (1 by chaals)
    https://github.com/w3c/html/pull/1095
  - #1097 issue263-fix (1 by chaals)
    https://github.com/w3c/html/pull/1097
  - #1087 add the allowusermedia attr to iframe (1 by siusin)
    https://github.com/w3c/html/pull/1087

  9 pull requests merged:
  - Clarify "valid URL"
    https://github.com/w3c/html/pull/1099
  - Chaals 769 document domain setter
    https://github.com/w3c/html/pull/1098
  - Compatibility Caseless updates
    https://github.com/w3c/html/pull/1095
  - add the allowusermedia attr to iframe
    https://github.com/w3c/html/pull/1087
  - issue263-fix
    https://github.com/w3c/html/pull/1097
  - Ljw issue369
    https://github.com/w3c/html/pull/1088
  - New bikeshed version
    https://github.com/w3c/html/pull/1094
  - Removed undesired example
    https://github.com/w3c/html/pull/1096
  - Adding Autocapitalize
    https://github.com/w3c/html/pull/1072


Repositories tracked by this digest:
-----------------------------------
* 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

Received on Monday, 4 December 2017 17:00:13 UTC