Weekly github digest (Web Platform WG specs)

Issues
------
* w3c/webcomponents (+2/-2/💬22)
  2 issues created:
  - Explanation required : Why only direct children of the shadow host can be slotted?  (by praveenpuglia)
    https://github.com/w3c/webcomponents/issues/647
  - Custom Elements as submittable elements (by Nektro)
    https://github.com/w3c/webcomponents/issues/646

  4 issues received 22 new comments:
  - #645 HTML Modules (17 by TakayoshiKochi, Nektro, bicknellr, snuggs, annevk, AshleyScirra, brandondees, milieuChris)
    https://github.com/w3c/webcomponents/issues/645
  - #646 Custom Elements as submittable elements (2 by annevk, domenic)
    https://github.com/w3c/webcomponents/issues/646
  - #647 Explanation required : Why only direct children of the shadow host can be slotted?  (2 by annevk, hayatoito)
    https://github.com/w3c/webcomponents/issues/647
  - #575 integrity attribute in <link rel="import"/> (1 by Nektro)
    https://github.com/w3c/webcomponents/issues/575

  2 issues closed:
  - Explanation required : Why only direct children of the shadow host can be slotted?  https://github.com/w3c/webcomponents/issues/647
  - Custom Elements as submittable elements https://github.com/w3c/webcomponents/issues/646

* w3c/FileAPI (+0/-0/💬3)
  1 issues received 3 new comments:
  - #74 "Null"ing out the Origin of a BLOB (3 by annevk, xtofian)
    https://github.com/w3c/FileAPI/issues/74

* w3c/ServiceWorker (+1/-1/💬10)
  1 issues created:
  - Allow `None` as value for `Service-Worker-Allowed`. (by surma)
    https://github.com/w3c/ServiceWorker/issues/1165

  2 issues received 10 new comments:
  - #1091 consider Client behavior for windows where initial about:blank is replaced with a loaded document (9 by annevk, jungkees, mattto, jakearchibald, wanderview)
    https://github.com/w3c/ServiceWorker/issues/1091
  - #947 Should EventSource and WebSocket be exposed in service workers? (1 by annevk)
    https://github.com/w3c/ServiceWorker/issues/947

  1 issues closed:
  - Resolve Job Promise can resolve jobs with an incorrect value https://github.com/w3c/ServiceWorker/issues/829

* w3c/manifest (+1/-2/💬9)
  1 issues created:
  - Richer splash screen backgrounds (by shwetank)
    https://github.com/w3c/manifest/issues/589

  2 issues received 9 new comments:
  - #589 Richer splash screen backgrounds (7 by marcoscaceres, mgiuca, shwetank, kenchris)
    https://github.com/w3c/manifest/issues/589
  - #587 Too many icons (2 by marcoscaceres, mgiuca)
    https://github.com/w3c/manifest/issues/587

  2 issues closed:
  - Richer splash screen backgrounds https://github.com/w3c/manifest/issues/589
  - Too many icons https://github.com/w3c/manifest/issues/587

* w3c/pointerlock (+1/-0/💬0)
  1 issues created:
  - movementX/Y when zoom in/out (by EiraGe)
    https://github.com/w3c/pointerlock/issues/23

* w3c/push-api (+2/-0/💬0)
  2 issues created:
  - Support throwing exception from text method during UTF-8 decode (by stevenatkin)
    https://github.com/w3c/push-api/issues/276
  - What type of equality checking is being performed for options. (by stevenatkin)
    https://github.com/w3c/push-api/issues/275

* w3c/uievents (+1/-0/💬5)
  1 issues created:
  - Add specification for AltGraph key & modifier behaviour (by drwez)
    https://github.com/w3c/uievents/issues/147

  2 issues received 5 new comments:
  - #147 Add specification for AltGraph key & modifier behaviour (4 by drwez, masayuki-nakano)
    https://github.com/w3c/uievents/issues/147
  - #139 InputEventInit data default value should be null (1 by pyfisch)
    https://github.com/w3c/uievents/issues/139

* w3c/editing (+0/-0/💬1)
  1 issues received 1 new comments:
  - #166 spellching - how to give JS devs more control (1 by Reinmar)
    https://github.com/w3c/editing/issues/166

* w3c/selection-api (+0/-0/💬1)
  1 issues received 1 new comments:
  - #7 Selection.toString is under specified (1 by tilgovi)
    https://github.com/w3c/selection-api/issues/7

* w3c/input-events (+2/-0/💬4)
  2 issues created:
  - deleteCompositionText in level 1? (by johanneswilm)
    https://github.com/w3c/input-events/issues/66
  - interpretation of user intention expression (by johanneswilm)
    https://github.com/w3c/input-events/issues/65

  2 issues received 4 new comments:
  - #65 interpretation of user intention expression (2 by johanneswilm, chaals)
    https://github.com/w3c/input-events/issues/65
  - #49 We should fire 'beforeinput' after 'compositionupdate' (2 by johanneswilm)
    https://github.com/w3c/input-events/issues/49

* w3c/html (+3/-3/💬34)
  3 issues created:
  - Odd example for `alt` attribute in "4.7.5.1.8. A graphical representation of some of the surrounding text" (by aaaxx)
    https://github.com/w3c/html/issues/958
  - Proposal: allow display: contents to do away with legacy fieldset/legend rendering (by emilbjorklund)
    https://github.com/w3c/html/issues/957
  - There seems to be an error in the HTML 5.1 specification outline example. (by seongbong)
    https://github.com/w3c/html/issues/956

  12 issues received 34 new comments:
  - #957 Proposal: allow display: contents to do away with legacy fieldset/legend rendering (9 by LJWatson, patrickhlauke, hanshillen, jpdevries, fvsch, aardrian, emilbjorklund)
    https://github.com/w3c/html/issues/957
  - #929 Let <small> include subheadings? (5 by patrickhlauke, LJWatson, prlbr, pornel, iandevlin)
    https://github.com/w3c/html/issues/929
  - #936 Indicate required state on checkboxes (5 by jakearchibald, prlbr, LJWatson, chaals)
    https://github.com/w3c/html/issues/936
  - #956 There seems to be an error in the HTML 5.1 specification outline example. (3 by mulder21c, chaals, siusin)
    https://github.com/w3c/html/issues/956
  - #909 aria-sort on table headers requires a bunch of redundant roles (2 by LJWatson, hartman)
    https://github.com/w3c/html/issues/909
  - #910 HTMLMediaElement loop property should have corresponding event  (2 by benwiley4000, iandevlin)
    https://github.com/w3c/html/issues/910
  - #734 Label for should apply to contenteditable elements (2 by MichielBijl, LJWatson)
    https://github.com/w3c/html/issues/734
  - #955 Incorporate Custom Elements in HTML directly? (2 by cwilso, dwsinger)
    https://github.com/w3c/html/issues/955
  - #931 Tracking errata? (1 by LJWatson)
    https://github.com/w3c/html/issues/931
  - #940 4.12.4.3 Canvas color spaces and color correction (1 by LJWatson)
    https://github.com/w3c/html/issues/940
  - #344 Enhancing the media volume (1 by Sworddragon)
    https://github.com/w3c/html/issues/344
  - #926 type attr on area elements listed as obsolete, but still listed in area definition (1 by LJWatson)
    https://github.com/w3c/html/issues/926

  3 issues closed:
  - type attr on area elements listed as obsolete, but still listed in area definition https://github.com/w3c/html/issues/926
  - Provide keyboard equivalent of mouse selection of non-focusable content https://github.com/w3c/html/issues/934
  - There seems to be an error in the HTML 5.1 specification outline example. https://github.com/w3c/html/issues/956

* w3c/html-aam (+0/-0/💬1)
  1 issues received 1 new comments:
  - #95 UIA completion (1 by boggydigital)
    https://github.com/w3c/html-aam/issues/95

* w3c/microdata (+6/-5/💬19)
  6 issues created:
  - Capitalization of "microdata" (by unor)
    https://github.com/w3c/microdata/issues/70
  - Syntax highlighting not working correctly (by unor)
    https://github.com/w3c/microdata/issues/65
  - Incomplete sentence: "User agents are" (by unor)
    https://github.com/w3c/microdata/issues/64
  - Not description of how numeric property values are obtained. (by gkellogg)
    https://github.com/w3c/microdata/issues/62
  - Textual property value does not use language of the element (by gkellogg)
    https://github.com/w3c/microdata/issues/61
  - Values section title odd (by gkellogg)
    https://github.com/w3c/microdata/issues/60

  5 issues received 19 new comments:
  - #65 Syntax highlighting not working correctly (11 by marcoscaceres, unor, chaals)
    https://github.com/w3c/microdata/issues/65
  - #61 Textual property value does not use language of the element (4 by gkellogg, chaals)
    https://github.com/w3c/microdata/issues/61
  - #21 microdata doesn't identify language (2 by gkellogg, chaals)
    https://github.com/w3c/microdata/issues/21
  - #3 Microdata should include RDF processing model (1 by gkellogg)
    https://github.com/w3c/microdata/issues/3
  - #57 Requiring both @itemscope and @itemtype when using @itemid seems unnecessary (1 by chaals)
    https://github.com/w3c/microdata/issues/57

  5 issues closed:
  - Values section title odd https://github.com/w3c/microdata/issues/60
  - Capitalization of "microdata" https://github.com/w3c/microdata/issues/70
  - Requiring both @itemscope and @itemtype when using @itemid seems unnecessary https://github.com/w3c/microdata/issues/57
  - Textual property value does not use language of the element https://github.com/w3c/microdata/issues/61
  - Incomplete sentence: "User agents are" https://github.com/w3c/microdata/issues/64

* w3c/DOM-Parsing (+2/-0/💬1)
  2 issues created:
  - Serialization algorithm never preserves attribute prefixes (by bwrrp)
    https://github.com/w3c/DOM-Parsing/issues/29
  - Fragment serialization algorithm serializes node itself (by bwrrp)
    https://github.com/w3c/DOM-Parsing/issues/28

  1 issues received 1 new comments:
  - #29 Serialization algorithm never preserves attribute prefixes (1 by bwrrp)
    https://github.com/w3c/DOM-Parsing/issues/29

* w3c/dom (+0/-0/💬3)
  1 issues received 3 new comments:
  - #149 Invalid iterable declarations (3 by dontcallmedom, yongsheng)
    https://github.com/w3c/dom/issues/149



Pull requests
-------------
* w3c/ServiceWorker (+0/-1/💬0)
  1 pull requests merged:
  - Use right value for Resolve Job Promise
    https://github.com/w3c/ServiceWorker/pull/1054

* w3c/manifest (+1/-1/💬1)
  1 pull requests submitted:
  - Update in-spec links to editors draft of CSP (by dontcallmedom)
    https://github.com/w3c/manifest/pull/588

  1 pull requests received 1 new comments:
  - #588 Update in-spec links to editors draft of CSP (1 by marcoscaceres)
    https://github.com/w3c/manifest/pull/588

  1 pull requests merged:
  - Update in-spec links to editors draft of CSP
    https://github.com/w3c/manifest/pull/588

* w3c/uievents (+3/-0/💬0)
  3 pull requests submitted:
  - Small tweak on the wording on InputEvent types (by diagramatics)
    https://github.com/w3c/uievents/pull/149
  - Change InputEventInit.data default value to null (by pyfisch)
    https://github.com/w3c/uievents/pull/148
  - Add reference to XML to back the white space production (by dontcallmedom)
    https://github.com/w3c/uievents/pull/146

* w3c/selection-api (+1/-1/💬1)
  1 pull requests submitted:
  - Fix links (by dontcallmedom)
    https://github.com/w3c/selection-api/pull/91

  1 pull requests received 1 new comments:
  - #91 Fix links (1 by rniwa)
    https://github.com/w3c/selection-api/pull/91

  1 pull requests merged:
  - Fix links
    https://github.com/w3c/selection-api/pull/91

* w3c/html (+1/-1/💬1)
  1 pull requests submitted:
  - Editorial: Fixes #926 (by LJWatson)
    https://github.com/w3c/html/pull/959

  1 pull requests received 1 new comments:
  - #954 Referrer policy (1 by adanilo)
    https://github.com/w3c/html/pull/954

  1 pull requests merged:
  - Editorial: Fixes #926
    https://github.com/w3c/html/pull/959

* w3c/microdata (+5/-6/💬5)
  5 pull requests submitted:
  - Example had 'ref' element & ''itemred' attribute (by unor)
    https://github.com/w3c/microdata/pull/69
  - Example with blog post comments: Schema.org 'Comment' instead of 'UserComments' (by unor)
    https://github.com/w3c/microdata/pull/68
  - Two headings had full stops (by unor)
    https://github.com/w3c/microdata/pull/67
  - Typo: "in the form of a URLs" (→ "URL") (by unor)
    https://github.com/w3c/microdata/pull/66
  - vocab URL mismatch in an example and its explanation (by unor)
    https://github.com/w3c/microdata/pull/63

  5 pull requests received 5 new comments:
  - #66 Typo: "in the form of a URLs" (→ "URL") (1 by chaals)
    https://github.com/w3c/microdata/pull/66
  - #68 Example with blog post comments: Schema.org 'Comment' instead of 'UserComments' (1 by chaals)
    https://github.com/w3c/microdata/pull/68
  - #69 Example had 'ref' element & ''itemred' attribute (1 by chaals)
    https://github.com/w3c/microdata/pull/69
  - #67 Two headings had full stops (1 by chaals)
    https://github.com/w3c/microdata/pull/67
  - #63 vocab URL mismatch in an example and its explanation (1 by chaals)
    https://github.com/w3c/microdata/pull/63

  6 pull requests merged:
  - Example with blog post comments: Schema.org 'Comment' instead of 'UserComments'
    https://github.com/w3c/microdata/pull/68
  - vocab URL mismatch in an example and its explanation
    https://github.com/w3c/microdata/pull/63
  - Typo: "in the form of a URLs" (→ "URL")
    https://github.com/w3c/microdata/pull/66
  - Two headings had full stops
    https://github.com/w3c/microdata/pull/67
  - Example had 'ref' element & ''itemred' attribute
    https://github.com/w3c/microdata/pull/69
  - too many 'been' in one sentence
    https://github.com/w3c/microdata/pull/59


Repositories tracked by this digest:
-----------------------------------
* https://github.com/w3c/webcomponents
* https://github.com/w3c/FileAPI
* https://github.com/w3c/ServiceWorker
* 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/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
* https://github.com/w3c/microdata
* https://github.com/w3c/2dcontext
* https://github.com/w3c/DOM-Parsing
* https://github.com/w3c/dom

Received on Tuesday, 4 July 2017 17:00:29 UTC