public-webapps-github@w3.org from January 2019 by subject

[GoogleChrome/puppeteer] Query nodes within shadow roots (#858)

[heycam/webidl] "call a user object’s operation" should not have an optional argument in the middle (#534)

[heycam/webidl] "float" is the name of two distinct things in the grammar (#558)

[heycam/webidl] "get a copy of the bytes held by the buffer source" should not fail for detached buffers (#151)

[heycam/webidl] @shadulsikder90 can you please explain what this issue is about? (#629)

[heycam/webidl] [[ViewedArrayBuffer]] cannot be undefined during usage (#604)

[heycam/webidl] [Exposed] doesn't seem to work well with partial interfaces (#154)

[heycam/webidl] A non-optional dictionary argument makes sense at times. (#130)

[heycam/webidl] Add an algorithm to create a platform object. (#635)

[heycam/webidl] Allow identifiers that start with a hyphen. (#612)

[heycam/webidl] Allow overload resolution to "round down"? (#581)

[heycam/webidl] Annotations for what may throw (#603)

[heycam/webidl] Async iterators (#580)

[heycam/webidl] Better regular expression for identifiers (#632)

[heycam/webidl] Can [Replaceable] be used on namespace members? (#572)

[heycam/webidl] Check ignoreNamedProps before the named property visibility algorithm. (#625)

[heycam/webidl] Clarify [[Call]] + [[Construct]] for named (and possibly non-named) constructors (#278)

[heycam/webidl] Clarify the interpretation of string literal tokens. (#621)

[heycam/webidl] Consider adding support in WebIDL for defining template tags (#631)

[heycam/webidl] Consider removing call to named property setter in legacy platform object [[Set]] (#630)

[heycam/webidl] Define "implements" checks using internal slots (#595)

[heycam/webidl] Defining a ByteString default value using a string literal gives no clear link to the explanation of how the string is converted to ByteString (#141)

[heycam/webidl] Detached ArrayBuffer objects should not throw (#605)

[heycam/webidl] Dictionary members' "present" definition seems circular (#381)

[heycam/webidl] Disallow a default value for required dictionary members in the grammar. (#622)

[heycam/webidl] Disallow Replaceable on namespaces, and fix the attribute setter creation. (#614)

[heycam/webidl] Disallow underscore-and-hyphen only identifiers (#633)

[heycam/webidl] Editorial: Clarify the wording of an Exposed requirement. (#615)

[heycam/webidl] Editorial: fix language in nullable types section (#628)

[heycam/webidl] Editorial: Make the opName argument required. (#619)

[heycam/webidl] Editorial: Note that interface mixins' elements are included among interface elements (#594)

[heycam/webidl] Editorial: Refer to the correct types in integer conversion algorithms. (#613)

[heycam/webidl] Editorial: Remove section numbers from ES references. (#617)

[heycam/webidl] Editorial: Use some more abstract operations. (#601)

[heycam/webidl] Fix error handling around Call(). (#618)

[heycam/webidl] Fix error handling when using Call() (#207)

[heycam/webidl] Give Location an immutable prototype object (#606)

[heycam/webidl] identifier needs to allow a leading hyphen (#564)

[heycam/webidl] Import (and fix) the promises guide (#490)

[heycam/webidl] Improve the named property visibility algorithm for Window. (#626)

[heycam/webidl] Integer type conversions seem to return wrong type for unsigned types and long long (#579)

[heycam/webidl] Intent to use [TreatNonObjectAsNull] (#623)

[heycam/webidl] Intent to use Constants (#608)

[heycam/webidl] Intent to use Constants (#627)

[heycam/webidl] Investigate/file bugs on named constructor prototype chain (#276)

[heycam/webidl] IsDataDescriptor check for legacy setters is not implemented (#624)

[heycam/webidl] Meta: point out commit instructions (#634)

[heycam/webidl] Named properties object / named property visibility algorithm with property on Window.prototype (#607)

[heycam/webidl] No mixin [NoInterfaceObject] usage (#430)

[heycam/webidl] Poorly worded normative requirement could be improved (#548)

[heycam/webidl] Remove [NoInterfaceObject]. (#609)

[heycam/webidl] Remove section numbers from ES references (#542)

[heycam/webidl] Rename the 'float' production to 'real'. (#616)

[heycam/webidl] Represent objects with both specified and unspecified members (#568)

[heycam/webidl] Restrict the extended attributes for partial interfaces. (#620)

[heycam/webidl] Should "perform some steps once a promise is settled" use %PromiseProto_then%? (#583)

[heycam/webidl] Specify that returned Promises are created in the relevant realm (#598)

[heycam/webidl] Standardize around typography of IDL true/false/null (#457)

[heycam/webidl] Track PR #425 (#429)

[heycam/webidl] Unexplained restrictions in operation bindings section (#511)

[heycam/webidl] Use %PromiseProto_then% to 'perform some steps once a promise is settled'. (#611)

[heycam/webidl] Use map/exists to define dictionary/present. (#610)

[heycam/webidl] Various named property stuff seems confused in the face of symbols (#175)

[heycam/webidl] We should disallow a default value for required dictionary members in the grammar (#569)

[w3c/clipboard-apis] Clarify promise rejection value (#76)

[w3c/clipboard-apis] IDL doesn't link correctly (#83)

[w3c/clipboard-apis] Specify NotAllowedError when permission is not granted (#82)

[w3c/DOM-Parsing] parseFromString() should be use case-insensitive MIME type matching (#40)

[w3c/DOM-Parsing] Spec out normative text when parseFromString() is passed an unsupported MIME type (#41)

[w3c/editing] Disambiguate caret position at wrapped line boundaries (#189)

[w3c/editing] Removal of browser built-in Undo stack functionality from contenteditable (#150)

[w3c/editing] Should browsers support ContentEditable for <option> elements? (#180)

[w3c/FileAPI] "origin of a blob URL" is redundant/confusing (#63)

[w3c/FileAPI] Add readAsSharedArrayBuffer to FileReader (#73)

[w3c/FileAPI] Fix Blob Origin (#20)

[w3c/FileAPI] Support `Response` in `URL.createObjectURL` (#97)

[w3c/IndexedDB] Add IDBTransaction commit() method (#242)

[w3c/IndexedDB] Disallow starting readwrite transactions while readonly transactions are running? (#253)

[w3c/IndexedDB] Mark IDBTransaction's commit() method as [SecureContext] ? (#254)

[w3c/IndexedDB] Proposal: Add explicit IDBTransaction.commit() (was: add "writeonly" mode) (#234)

[w3c/manifest] Add a way to query whether there is a UA-provided back button (#693)

[w3c/manifest] Application's expires (#738)

[w3c/manifest] Is it possible to load the progressive web app manifest file from authenticated site? (#535)

[w3c/manifest] Use WebIDL to describe the manifest data structure (#611)

[w3c/manifest] When converting the JSON to IDL, catch type errors. (#753)

[w3c/permissions] Rename 'display' permission to 'display-capture'. (#188)

[w3c/pointerlock] Treat DocumentOrShadowRoot as an interface mixin (#40)

[w3c/screen-orientation] "Security" condition should be something else (#82)

[w3c/screen-orientation] Clarification on animation frame task (#136)

[w3c/screen-orientation] Clarification regarding locking the screen orientation (#143)

[w3c/screen-orientation] cordova-plugin-screen-orientation does not work (#123)

[w3c/screen-orientation] Editorial: 2.1 Orientation attribute, 3. Screen Orientation and enums (#139)

[w3c/screen-orientation] Editorial: Change pending promise to screen lock promise (#141)

[w3c/screen-orientation] Editorial: Edit Abstract (#127)

[w3c/screen-orientation] Editorial: Edits to Interface Definitions (#130)

[w3c/screen-orientation] Editorial: Edits to sections 3.2-3.5 (#140)

[w3c/screen-orientation] Editorial: Example 1 (#133)

[w3c/screen-orientation] Editorial: Example 2 (#134)

[w3c/screen-orientation] Editorial: Example 3 (#135)

[w3c/screen-orientation] Editorial: Examples section edits (#137)

[w3c/screen-orientation] Editorial: Internal slots (#144)

[w3c/screen-orientation] Editorial: Introduction edits (#138)

[w3c/screen-orientation] Editorial: Introduction Section (#132)

[w3c/screen-orientation] Editorial: Move and edit conformance section (#128)

[w3c/screen-orientation] Editorial: Move and edit Dependencies section (#129)

[w3c/screen-orientation] Editorial: new algorithms section (#131)

[w3c/screen-orientation] Editorial: Section 7 edits (#142)

[w3c/screen-orientation] Edits Primary and Secondary orientation definitions (#126)

[w3c/screen-orientation] Promise for unlock()? (#104)

[w3c/screen-orientation] Send events before promise resolve (#120)

[w3c/screen-orientation] Where are terms 'primary' and 'secondary' defined within spec? (#113)

[w3c/ServiceWorker] "no-cors" CSS SOP violation (#719)

[w3c/ServiceWorker] Add a script version property to the ServiceWorker object (#1387)

[w3c/ServiceWorker] Add cookie accessor/setter methods? (#707)

[w3c/ServiceWorker] Add registeringClientId to the ServiceWorker object (#1379)

[w3c/ServiceWorker] Allow Caching of POST requests (#977)

[w3c/ServiceWorker] Authenticated PWA ? (#909)

[w3c/ServiceWorker] Cache's put() says it clones the response (#1382)

[w3c/ServiceWorker] Cache.put() does not read response's body (#1383)

[w3c/ServiceWorker] Can service workers mess with POST variables? (#1378)

[w3c/ServiceWorker] Clarify dynamic-imported scripts are never installed (#1356)

[w3c/ServiceWorker] clients.get() should not resolve before sandboxing determines the origin of the client (#1385)

[w3c/ServiceWorker] Consider exposing Page Lifecycle state to service-worker (#1345)

[w3c/ServiceWorker] Correcting the use of types and simplifying the response body read. (#1384)

[w3c/ServiceWorker] Declarative routing (#1373)

[w3c/ServiceWorker] Don't fail update upon error fetching the incumbent worker's import s… (#1377)

[w3c/ServiceWorker] Enabling multiple Service Workers for a single scope (#921)

[w3c/ServiceWorker] Minor improvements around importScripts. (#1380)

[w3c/ServiceWorker] Service worker not intercepting the call intiated for CSS from JS files “ css:”css/custom.css" (#1386)

[w3c/ServiceWorker] The compatibility of service worker on ios devices (#1381)

[w3c/ServiceWorker] Update shouldn't fail due to MIME check or 404 for the incumbent's worker scripts (#1374)

[w3c/touch-events] Respec fixes (#102)

[w3c/uievents] Add reference to the element (#217)

[w3c/uievents] Change InputEventInit.data default value to null (#148)

[w3c/uievents] Fix link for `key attribute value` (#219)

[w3c/uievents] InputEventInit data default value should be null (#139)

[w3c/uievents] MouseEvent.screenX/Y coordinate space id not clear (#150)

[w3c/uievents] onbeforeinput (#218)

[w3c/webcomponents] [feature request] change when upgrade/connected happens during parsing, so that it is the first event in the following microtask (#787)

[w3c/webcomponents] [idea] childConnectedCallback and childDisconnectedCallback (#550)

[w3c/webcomponents] [idea] making builtin elements more like custom elements (#785)

[w3c/webcomponents] [Shadow]: return of multiple shadow roots? (#780)

[w3c/webcomponents] [templates] Ensure that template instantiation actually improves the platform (#704)

[w3c/webcomponents] Allow attribute changes/child creation on custom element creation (#781)

[w3c/webcomponents] appreciate your feedback for custom element diagram (#784)

[w3c/webcomponents] CSS Modules (#759)

[w3c/webcomponents] Editor support for WebComponents (#776)

[w3c/webcomponents] Element Behaviors, and the has="" attribute. A useful alternative to Custom Elements in many cases! (#727)

[w3c/webcomponents] How should various document internal references work when SVG is being used in shadow DOM (#179)

[w3c/webcomponents] How to define APIs only for custom element authors (#758)

[w3c/webcomponents] HTML module should require a new MIME type (#742)

[w3c/webcomponents] HTML module should require a new top level element (#752)

[w3c/webcomponents] HTML Modules (#645)

[w3c/webcomponents] HTML modules spec draft editorial feedback (#783)

[w3c/webcomponents] Is there a way to detect if a custom element was constructed during parsing? (#789)

[w3c/webcomponents] Is there a way to detect is a custom element was constructed during parsing? (#789)

[w3c/webcomponents] Lazy Custom Element Definitions (#782)

[w3c/webcomponents] Need callback for form submit data (#187)

[w3c/webcomponents] Presence of disconnectedCallback can expedite an invocation of connectedCallback (#760)

[w3c/webcomponents] Provide a lightweight mechanism to add styles to a custom element (#468)

[w3c/webcomponents] Serialize shadow DOM for use in javascript disabled user agents (#788)

[w3c/webcomponents] Should shadow host have `display: block` by default? (#426)

[w3c/webcomponents] Support for pseudo elements with ::slotted() selectors (#655)

[w3c/webcomponents] SVG use element can't reference an element within the same shadow tree (#772)

[w3c/webcomponents] tabIndex -1 behaves differently on non-Custom Elements (#774)

[w3c/webcomponents] Web Components F2F Spring 2019 (#786)

[w3c/webcomponents] Web Components F2F topics for 2018 TPAC (#763)

[w3c/webcomponents] WebPlatform Web Components F2F 2018 (#713)

[w3ctag/design-reviews] <link> rel="modulepreload" (#213)

[w3ctag/design-reviews] Background fetch (#279)

[w3ctag/design-reviews] Contact API (#337)

[w3ctag/design-reviews] EME Extension: HDCP Policy Check (#323)

[w3ctag/design-reviews] Feature policy control over sandbox features (#339)

[w3ctag/design-reviews] Feature Policy JS introspection API (#292)

[w3ctag/design-reviews] FetchEvent Worker Timing (#317)

[w3ctag/design-reviews] Heads up: Verifiable Credentials review request coming shortly (#335)

[w3ctag/design-reviews] hrefTranslate attribute (#301)

[w3ctag/design-reviews] HTML General Review: Web Sockets (#268)

[w3ctag/design-reviews] HTML Modules (#334)

[w3ctag/design-reviews] imagesrcset and imagesizes attributes on link rel=preload (#329)

[w3ctag/design-reviews] IndexedDB Transaction Explicit Commit API (#316)

[w3ctag/design-reviews] IntersectionObserver V2 (#328)

[w3ctag/design-reviews] Media Capabilities (#218)

[w3ctag/design-reviews] Migrating some high-entropy HTTP request headers to Client Hints. (#320)

[w3ctag/design-reviews] Privacy Mode (#101)

[w3ctag/design-reviews] Review MathML (#313)

[w3ctag/design-reviews] Scheduling APIs (#338)

[w3ctag/design-reviews] Serialization of natural language in data formats such as JSON [I18N] (#178)

[w3ctag/design-reviews] Task Scheduling (#72)

[w3ctag/design-reviews] TextEncoderStream and TextDecoderStream (#282)

[w3ctag/design-reviews] transferable streams (#332)

[w3ctag/design-reviews] Trusted Types (#198)

[w3ctag/design-reviews] User Idle Detection (#336)

[w3ctag/design-reviews] Vehicle Information Service Specification (VISS) CR (#234)

[whatwg/dom] _Which_ unit of related similar-origin browsing contexts? (#88)

[whatwg/dom] Add `valid` event for form fields (#728)

[whatwg/dom] Add a note about duplicate event listeners for removeEventListener (#722)

[whatwg/dom] addEventListener defer option to call that handler after all other handlers run (#730)

[whatwg/dom] Bad "good first issue" labels (#729)

[whatwg/dom] Composed tree infrastructure (#725)

[whatwg/dom] createElementNS() QName/Name confusion (#671)

[whatwg/dom] Declarative Shadow DOM (#510)

[whatwg/dom] Events intro: Grammar/style tweaks (#723)

[whatwg/dom] Fix a small but important error in composedPath() (#727)

[whatwg/dom] Ground primitives in agents (#717)

[whatwg/dom] MutationObserver needs an equivalent of disconnected & connected callbacks (#533)

[whatwg/dom] Order of "contains" in removeEventListener (#664)

[whatwg/dom] This text needs to be proof-read for phrasing and grammar. (#718)

[whatwg/dom] Use a single exception for name validation (follow up) (#675)

[whatwg/encoding] Big5 encoding mishandles some trailing bytes, with possible XSS (#171)

[whatwg/encoding] Define encodeInto() API (#166)

[whatwg/encoding] Differences between tests and specification (#169)

[whatwg/encoding] Editorial: less than or equal to (#170)

[whatwg/encoding] TextEncoder#encode - write to existing Uint8Array (#69)

[whatwg/fetch] Add Async Stale While Revalidate Handling (#853)

[whatwg/fetch] Add option to reject the fetch promise automatically after a certain time elapsed (with no API for arbitrary aborts) (#179)

[whatwg/fetch] Add Stale While Revalidate Handling (#853)

[whatwg/fetch] Add support for stale-while-revalidate handling (#852)

[whatwg/fetch] Allow servers to completely opt out of current and future CORS protection (#865)

[whatwg/fetch] Change 3.2.6 Examples to reflect current state of implementations (#858)

[whatwg/fetch] Check Feature Policy before attaching Client Hints (#811)

[whatwg/fetch] Consider "extract a MIME type and compare its essence" (#856)

[whatwg/fetch] Consider removing trailers API (#772)

[whatwg/fetch] Copy client-hints list from env settings object. Align CH processing (#773)

[whatwg/fetch] CORB blocking JSON response after redirect (#854)

[whatwg/fetch] CORS: arbitrary blocking of accept header based on length (#862)

[whatwg/fetch] Cross-Origin-Resource-Policy (was: From-Origin) (#687)

[whatwg/fetch] Doc: failed CORS fetch with credentials should ignore Set-Cookie response header (#855)

[whatwg/fetch] Don't append controls for upstream caches. (#788)

[whatwg/fetch] EvalError refused to evaluate because CSP is defined to script-src set to 'self' 'unsafe-inline' (#861)

[whatwg/fetch] Extend Cross-Origin-Resource-Policy to take origin values (#760)

[whatwg/fetch] fetch (#864)

[whatwg/fetch] Follow changes from whatwg/url#371. (#857)

[whatwg/fetch] IP address of response (#863)

[whatwg/fetch] More CORB-protected MIME types (#721)

[whatwg/fetch] More CORB-protected MIME types - adding protected types one-by-one. (#860)

[whatwg/fetch] SameSite cookies aren't sent on credentialed CORS requests (#769)

[whatwg/fetch] สวัสดี (#859)

[whatwg/fullscreen] Investigate whether nested fullscreen element is necessary (#119)

[whatwg/fullscreen] Re-introduce the hierarchy restrictions (#140)

[whatwg/fullscreen] Review Draft Publication: January 2019 (#142)

[whatwg/fullscreen] Review Draft Publication: January 2019 (#143)

[whatwg/streams] "npm run coverage" is no longer working (#981)

[whatwg/streams] add @@asyncIterator to ReadableStream (#954)

[whatwg/streams] Add @@asyncIterator to ReadableStream (#980)

[whatwg/streams] Editorial changes to transferable streams explainer (#977)

[whatwg/streams] ReadableStream should be an async iterable (#778)

[whatwg/streams] Switching to Web IDL (#963)

[whatwg/streams] Teeing dynamically (#979)

[whatwg/streams] Transferring errors for transferable streams (#978)

[whatwg/url] Behaviour regarding percent-encoding of commas in URLSearchParams (#423)

[whatwg/url] Make combining a URL (string) with a query easier (#413)

[whatwg/url] Origin of blob URLs doesn't match what implementations do (#127)

[whatwg/url] Remove "optional" for the init in URLSearchParams constructor? (#424)

[whatwg/url] searchParams.set("param", undefined) should not stringify as param=undefined (#427)

[whatwg/url] there can be more than one Blob URL Store (#290)

[whatwg/url] U got issues (#426)

[whatwg/url] Use definitions in FileAPI spec to resolve blob URLs and their origins. (#371)

[whatwg/xhr] Blob name (#232)

[whatwg/xhr] Fix small grammer (#234)

[whatwg/xhr] FormData constructor should throw if "constructing the entry list" re… (#231)

[whatwg/xhr] S (#233)

Last message date: Thursday, 31 January 2019 23:29:42 UTC