Weekly github digest (Web Platform WG specs)

Issues
------
* w3c/webcomponents (+0/-0/💬45)
  2 issues received 45 new comments:
  - #640 Generic programs can't reliably use/manipulate documents via the DOM (36 by rniwa, mrmr1993, matthewp, BronislavKlucka, dylanb)
    https://github.com/w3c/webcomponents/issues/640
  - #509 The is="" attribute is confusing? Maybe we should encourage only ES6 class-based extension. (9 by hax, WebReflection, robertwbradford, OvermindDL1, backbone87)
    https://github.com/w3c/webcomponents/issues/509

* w3c/ServiceWorker (+4/-5/💬31)
  4 issues created:
  - Service Worker makes AJAX Progress Listener not Working (by albertsylvester)
    https://github.com/w3c/ServiceWorker/issues/1141
  - Make object equality of service workers clearer (by jakearchibald)
    https://github.com/w3c/ServiceWorker/issues/1140
  - navigator.serviceWorker.ready remain resolved after unregister (by toxic-johann)
    https://github.com/w3c/ServiceWorker/issues/1139
  - Priority of requests (feature request) (by jmuransky)
    https://github.com/w3c/ServiceWorker/issues/1137

  9 issues received 31 new comments:
  - #1141 Service Worker makes AJAX Progress Listener not Working (8 by wanderview, albertsylvester)
    https://github.com/w3c/ServiceWorker/issues/1141
  - #1118 Match Service Worker Registration should assert same-origin? (7 by noncombatant, annevk, jungkees, estark37)
    https://github.com/w3c/ServiceWorker/issues/1118
  - #1139 navigator.serviceWorker.ready remain resolved after unregister (5 by toxic-johann, jungkees, wanderview)
    https://github.com/w3c/ServiceWorker/issues/1139
  - #947 Should EventSource and WebSocket be exposed in service workers? (4 by annevk, kentonv)
    https://github.com/w3c/ServiceWorker/issues/947
  - #1121 Adding a developer-provided name (2 by jungkees, domenic)
    https://github.com/w3c/ServiceWorker/issues/1121
  - #1122 Service worker MessageEvents set the "origin" property, but Worker MessageEvents do not. (2 by annevk, jungkees)
    https://github.com/w3c/ServiceWorker/issues/1122
  - #1091 consider Client behavior for windows where initial about:blank is replaced with a loaded document (1 by wanderview)
    https://github.com/w3c/ServiceWorker/issues/1091
  - #1134 Register HTTP header fields with IANA (1 by jungkees)
    https://github.com/w3c/ServiceWorker/issues/1134
  - #1137 Priority of requests (feature request) (1 by jungkees)
    https://github.com/w3c/ServiceWorker/issues/1137

  5 issues closed:
  - Service Worker makes AJAX Progress Listener not Working https://github.com/w3c/ServiceWorker/issues/1141
  - navigator.serviceWorker.ready remain resolved after unregister https://github.com/w3c/ServiceWorker/issues/1139
  - Adding a developer-provided name https://github.com/w3c/ServiceWorker/issues/1121
  - Match Service Worker Registration should assert same-origin? https://github.com/w3c/ServiceWorker/issues/1118
  - Match Service Worker Registration should assert same-origin? https://github.com/w3c/ServiceWorker/issues/1118

* w3c/manifest (+3/-0/💬10)
  3 issues created:
  - Provide a way to find out the result of the install prompt without prompt() (by mgiuca)
    https://github.com/w3c/manifest/issues/578
  - BeforeInstallPromptEvent: Should prompt throw InvalidStateError if preventDefault not called? (by mgiuca)
    https://github.com/w3c/manifest/issues/577
  - BeforeInstallPromptEvent: Allow manual prompting but not automatic prompting (by mgiuca)
    https://github.com/w3c/manifest/issues/576

  4 issues received 10 new comments:
  - #576 Install prompts: Allow manual prompting but not automatic prompting (4 by marcoscaceres, mgiuca, kenchris)
    https://github.com/w3c/manifest/issues/576
  - #568 Publishing icons for various UI sizes (DIPs) (3 by mastiz, marcoscaceres)
    https://github.com/w3c/manifest/issues/568
  - #577 BeforeInstallPromptEvent: Should prompt() throw InvalidStateError if preventDefault not called? (2 by marcoscaceres, mgiuca)
    https://github.com/w3c/manifest/issues/577
  - #578 Provide a way to find out the result of the install prompt without prompt() (1 by mgiuca)
    https://github.com/w3c/manifest/issues/578

* w3c/push-api (+2/-0/💬4)
  2 issues created:
  - Issue: Change Source of Push Service and Privacy Issues  (by maxpassion)
    https://github.com/w3c/push-api/issues/258
  - User preference for timing (by 7mary4)
    https://github.com/w3c/push-api/issues/257

  2 issues received 4 new comments:
  - #258 Issue: Change Source of Push Service and Privacy Issues  (3 by beverloo, kepengli)
    https://github.com/w3c/push-api/issues/258
  - #257 User preference for timing (1 by beverloo)
    https://github.com/w3c/push-api/issues/257

* w3c/html (+7/-2/💬7)
  7 issues created:
  - Make table parts end tags non-optional in template (by sideshowbarker)
    https://github.com/w3c/html/issues/908
  - Multiple names for 'name' attribute? (And specify that names may not contain spaces?) (by unor)
    https://github.com/w3c/html/issues/907
  - What's the status of HTMLMediaElement.prototype.play() return type? (by SaschaNaz)
    https://github.com/w3c/html/issues/906
  - Missed space in section 4.3.2 example 4 (by andrew--r)
    https://github.com/w3c/html/issues/904
  - spellcheck attribute in wrong position in attributes index table (by jasonkiss)
    https://github.com/w3c/html/issues/902
  - attributes index includes command attribute for menuitem (by jasonkiss)
    https://github.com/w3c/html/issues/901
  - select element definition missing autocomplete attr in list of content attributes (by jasonkiss)
    https://github.com/w3c/html/issues/900

  6 issues received 7 new comments:
  - #300 Define steps for scrolling element into view (2 by jihyerish, chaals)
    https://github.com/w3c/html/issues/300
  - #906 What's the status of HTMLMediaElement.prototype.play() return type? (1 by chaals)
    https://github.com/w3c/html/issues/906
  - #492 Should <img ismap> coordinates start on the border or the image? (1 by travisleithead)
    https://github.com/w3c/html/issues/492
  - #751 Accept WHATWG change to drop restrictions on the Bidi algorithm? (1 by travisleithead)
    https://github.com/w3c/html/issues/751
  - #756 some link error while building the spec with bikeshed in HTML5.1 branch  (1 by travisleithead)
    https://github.com/w3c/html/issues/756
  - #889 4.7.10.10 Media resources with multiple media tracks code example (1 by chaals)
    https://github.com/w3c/html/issues/889

  2 issues closed:
  - Accept WHATWG change to drop restrictions on the Bidi algorithm? https://github.com/w3c/html/issues/751
  - Missed space in section 4.3.2 example 4 https://github.com/w3c/html/issues/904

* w3c/html-aam (+1/-0/💬0)
  1 issues created:
  - Mapping of tabindex could be interpreted to mean ATK's FOCUSABLE and FOCUSED states are mutually exclusive (by joanmarie)
    https://github.com/w3c/html-aam/issues/90

* w3c/html-extensions (+0/-2/💬1)
  1 issues received 1 new comments:
  - #31 What is an extension? (1 by paulbrucecotton)
    https://github.com/w3c/html-extensions/issues/31

  2 issues closed:
  - RDFa https://github.com/w3c/html-extensions/issues/3
  - microdata https://github.com/w3c/html-extensions/issues/27

* w3c/microdata (+2/-2/💬16)
  2 issues created:
  - Microdata's property ordering semantics are unclear (and perhaps unused) - can we simplify? (by danbri)
    https://github.com/w3c/microdata/issues/32
  - Add a definition of 'property' sufficient for referencing from elsewhere (by danbri)
    https://github.com/w3c/microdata/issues/31

  10 issues received 16 new comments:
  - #10 Is microdata processed in e.g. SVG? (4 by gkellogg, chaals)
    https://github.com/w3c/microdata/issues/10
  - #20 Consider acknowledging the @content attribute (4 by danbri, gkellogg, chaals)
    https://github.com/w3c/microdata/issues/20
  - #32 Microdata's property ordering semantics are unclear (and perhaps unused) - can we simplify? (1 by gkellogg)
    https://github.com/w3c/microdata/issues/32
  - #2 Add reverse property (1 by danbri)
    https://github.com/w3c/microdata/issues/2
  - #15 Does anyone convert microdata to JSON? (1 by chaals)
    https://github.com/w3c/microdata/issues/15
  - #21 microdata doesn't identify language (1 by danbri)
    https://github.com/w3c/microdata/issues/21
  - #23 add spec to html-extensions document (1 by chaals)
    https://github.com/w3c/microdata/issues/23
  - #24 html-extensions isn't recognised by respec (1 by chaals)
    https://github.com/w3c/microdata/issues/24
  - #25 remove application/microdata+json? (1 by chaals)
    https://github.com/w3c/microdata/issues/25
  - #31 Add a definition of 'property' sufficient for referencing from elsewhere (1 by danbri)
    https://github.com/w3c/microdata/issues/31

  2 issues closed:
  - remove application/microdata+json? https://github.com/w3c/microdata/issues/25
  - html-extensions isn't recognised by respec https://github.com/w3c/microdata/issues/24

* w3c/dom (+2/-11/💬19)
  2 issues created:
  - Make EventTarget constructible and its methods generic (by andyearnshaw)
    https://github.com/w3c/dom/issues/140
  - Element: Use a single concept for attribute changes (by yongsheng)
    https://github.com/w3c/dom/issues/139

  17 issues received 19 new comments:
  - #13 Add ShadowDOM support from WHATWG-DOM (2 by yongsheng, chaals)
    https://github.com/w3c/dom/issues/13
  - #19 Dispatching events: Integrate changes for invoking an object, etc. (2 by yongsheng, chaals)
    https://github.com/w3c/dom/issues/19
  - #65 ChildNode:Make after/before/replaceWith work when the context object is passed as argument (1 by yongsheng)
    https://github.com/w3c/dom/issues/65
  - #69 Element & Document:add webkitMatchesSelector() in Element and rename legacy alias to historical alias in Document (1 by yongsheng)
    https://github.com/w3c/dom/issues/69
  - #70 Element:alias setAttributeNode to setAttributeNodeNS and setNamedIem to setNamedItemNS (1 by yongsheng)
    https://github.com/w3c/dom/issues/70
  - #73 Editorial: define more in terms of the length concept (1 by yongsheng)
    https://github.com/w3c/dom/issues/73
  - #74 Define document's origin slot in DOM rather than HTML (1 by yongsheng)
    https://github.com/w3c/dom/issues/74
  - #11 4.6 DocumentFragment description is not clear (1 by yongsheng)
    https://github.com/w3c/dom/issues/11
  - #140 Make EventTarget constructible and its methods generic (1 by andyearnshaw)
    https://github.com/w3c/dom/issues/140
  - #12 4.5 Document: the default document is XML when not flagged? (1 by yongsheng)
    https://github.com/w3c/dom/issues/12
  - #50 Document.createEvent: Add more legacy event types for createEvent()  (1 by yongsheng)
    https://github.com/w3c/dom/issues/50
  - #20 DOMTokenList: integrate changes against DOMTokenList (1 by yongsheng)
    https://github.com/w3c/dom/issues/20
  - #53 SVGEvents: use SVGEvents instead of SVGEvent (1 by yongsheng)
    https://github.com/w3c/dom/issues/53
  - #52 ParentNode: refine its behaviors. (1 by yongsheng)
    https://github.com/w3c/dom/issues/52
  - #37 Interface Element: refine the description of element creation. (1 by yongsheng)
    https://github.com/w3c/dom/issues/37
  - #61 Move DOMException into IDL and remove DOMError (1 by yongsheng)
    https://github.com/w3c/dom/issues/61
  - #95 Node&Element: add hasAttributes() back. (1 by yongsheng)
    https://github.com/w3c/dom/issues/95

  11 issues closed:
  - Make EventTarget constructible and its methods generic https://github.com/w3c/dom/issues/140
  - Element:alias setAttributeNode to setAttributeNodeNS and setNamedIem to setNamedItemNS https://github.com/w3c/dom/issues/70
  - ChildNode:Make after/before/replaceWith work when the context object is passed as argument https://github.com/w3c/dom/issues/65
  - Move DOMException into IDL and remove DOMError https://github.com/w3c/dom/issues/61
  - Define document's origin slot in DOM rather than HTML https://github.com/w3c/dom/issues/74
  - Mutation algorithms:Replacing a child within parent had the wrong previousSibling in its mutation record  https://github.com/w3c/dom/issues/82
  - Element & Document:add webkitMatchesSelector() in Element and rename legacy alias to historical alias in Document https://github.com/w3c/dom/issues/69
  - SVGEvents: use SVGEvents instead of SVGEvent https://github.com/w3c/dom/issues/53
  - Interface Element: refine the description of element creation. https://github.com/w3c/dom/issues/37
  - Shadow DOM support in DOM spec https://github.com/w3c/dom/issues/16
  - 4.5 Document: the default document is XML when not flagged? https://github.com/w3c/dom/issues/12



Pull requests
-------------
* w3c/FileAPI (+2/-2/💬1)
  2 pull requests submitted:
  - Replace RFC1738 with RFC4266 (gopher) (by foolip)
    https://github.com/w3c/FileAPI/pull/81
  - Fix link to "that repository" in README.md (by foolip)
    https://github.com/w3c/FileAPI/pull/80

  1 pull requests received 1 new comments:
  - #81 Replace RFC1738 with RFC4266 (gopher) (1 by foolip)
    https://github.com/w3c/FileAPI/pull/81

  2 pull requests merged:
  - Replace RFC1738 with RFC4266 (gopher)
    https://github.com/w3c/FileAPI/pull/81
  - Fix link to "that repository" in README.md
    https://github.com/w3c/FileAPI/pull/80

* w3c/ServiceWorker (+1/-2/💬11)
  1 pull requests submitted:
  - Assert same-origin for registration matching (by jungkees)
    https://github.com/w3c/ServiceWorker/pull/1138

  3 pull requests received 11 new comments:
  - #1138 Assert same-origin for registration matching (9 by annevk, jungkees)
    https://github.com/w3c/ServiceWorker/pull/1138
  - #1136 Editorial: Simplify `ready` (1 by jungkees)
    https://github.com/w3c/ServiceWorker/pull/1136
  - #1107 Changing useCache boolean to updateViaCache enum (1 by jungkees)
    https://github.com/w3c/ServiceWorker/pull/1107

  2 pull requests merged:
  - Assert same-origin for registration matching
    https://github.com/w3c/ServiceWorker/pull/1138
  - Editorial: Simplify `ready`
    https://github.com/w3c/ServiceWorker/pull/1136

* w3c/manifest (+0/-0/💬1)
  1 pull requests received 1 new comments:
  - #567 feat: add iarc_rating_id member (resolves #523) (1 by marcoscaceres)
    https://github.com/w3c/manifest/pull/567

* w3c/pointerlock (+1/-1/💬0)
  1 pull requests submitted:
  - Ask for web-platform-tests in CONTRIBUTING.md (by foolip)
    https://github.com/w3c/pointerlock/pull/20

  1 pull requests merged:
  - Ask for web-platform-tests in CONTRIBUTING.md
    https://github.com/w3c/pointerlock/pull/20

* w3c/clipboard-apis (+1/-1/💬2)
  1 pull requests submitted:
  - Add missing comma in navigator.clipboard IDL (by foolip)
    https://github.com/w3c/clipboard-apis/pull/43

  1 pull requests received 2 new comments:
  - #43 Add missing comma in navigator.clipboard IDL (2 by garykac, foolip)
    https://github.com/w3c/clipboard-apis/pull/43

  1 pull requests merged:
  - Add missing comma in navigator.clipboard IDL
    https://github.com/w3c/clipboard-apis/pull/43

* w3c/selection-api (+0/-1/💬2)
  2 pull requests received 2 new comments:
  - #86 Throw correct exceptions from collapse/selectAllChildren on detached doctypes (1 by rniwa)
    https://github.com/w3c/selection-api/pull/86
  - #87 Throw exception for removeRange on range that's not in selection (1 by rniwa)
    https://github.com/w3c/selection-api/pull/87

  1 pull requests merged:
  - Throw exception for removeRange on range that's not in selection
    https://github.com/w3c/selection-api/pull/87

* w3c/html (+2/-2/💬3)
  2 pull requests submitted:
  - Add missed space character (by andrew--r)
    https://github.com/w3c/html/pull/905
  - Fix bikeshed conversion bug (editorial) (by chaals)
    https://github.com/w3c/html/pull/903

  3 pull requests received 3 new comments:
  - #899 Update semantics-embedded-content.include (1 by chaals)
    https://github.com/w3c/html/pull/899
  - #905 Add missed space character (1 by chaals)
    https://github.com/w3c/html/pull/905
  - #881 Clarify the charset constraints on email addresses (1 by chaals)
    https://github.com/w3c/html/pull/881

  2 pull requests merged:
  - Update semantics-embedded-content.include
    https://github.com/w3c/html/pull/899
  - Add missed space character
    https://github.com/w3c/html/pull/905

* w3c/html-extensions (+0/-2/💬1)
  1 pull requests received 1 new comments:
  - #28 Add microdata (1 by chaals)
    https://github.com/w3c/html-extensions/pull/28

  2 pull requests merged:
  - Add RDFa
    https://github.com/w3c/html-extensions/pull/29
  - Add microdata
    https://github.com/w3c/html-extensions/pull/28

* w3c/microdata (+1/-1/💬1)
  1 pull requests submitted:
  - Collect changes to HTML (by chaals)
    https://github.com/w3c/microdata/pull/30

  1 pull requests received 1 new comments:
  - #30 Collect changes to HTML (1 by danbri)
    https://github.com/w3c/microdata/pull/30

  1 pull requests merged:
  - Collect changes to HTML
    https://github.com/w3c/microdata/pull/30


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, 16 May 2017 17:00:43 UTC