public-webapps-github@w3.org from February 2016 by subject

[directory-upload] `getContents` poorly supports directories with many files/subdirectories (#3)

[directory-upload] easier way to determine if something is a directory? (#24)

[dom] Add Attr#nodeName (#171)

[dom] Add description about document.write (#157)

[dom] atomic tree actions (#174)

[dom] clarify EventTarget.dispatchEvent() (#179)

[dom] clarify insert mutation algo step 6.1 (#173)

[dom] classList.toggle(clsName, boolValue) (#160)

[dom] Consider specifying document.evaluate and document.createNSResolver (#67)

[dom] Define event path computation (#165)

[dom] Define XSLTProcessor (#181)

[dom] Drop "keyevents" as an alias of "keyboardevent" for createEvent (#148)

[dom] Duplicated Invoking of an event target (#169)

[dom] Editorial: an affect => an effect (#177)

[dom] element.closest(selector, container) (#162)

[dom] element.furthest(selector) proposal (#163)

[dom] Fix #143: make getElementsByTagName match on qualified name (7fd852a)

[dom] Fix #148: Drop "keyevents" as an alias of "keyboardevent" for createEvent (#178)

[dom] Fix #171: Add Attr#nodeName as an alias for name (#172)

[dom] Fix a typo (#166)

[dom] Fix typo in IDL comment for Attr's nodeName (#176)

[dom] Fixes #156. Add legacy event type check to invoke algorithm. (#168)

[dom] Having getElementsByTagName match on localName is not "web"-compatible for IE and Firefox (#143)

[dom] High resolution timing for events (#23)

[dom] How looks converting a string to ASCII uppercase/lowercase for other Unicode characters? (#159)

[dom] Hyperlink "get the parent" in override defs for easier x-referencing (#182)

[dom] insert/remove hooks need to be invoked for ancestor changes too (#34)

[dom] Issue #156. Add legacy event type check to invoke algorithm. (#158)

[dom] Link stylesheet's "appropriate times to obtain resource" doesn't cover all cases (#167)

[dom] Make addEventListener throw for service worker optimization (#155)

[dom] Move "event dispatch pretends Window is Document's parent" magic from HTML into DOM (#164)

[dom] MutationObserver and createShadowRoot() (#170)

[dom] Properly check event's stop immediate propagation flag in "inner invoke" (#180)

[dom] Proposal to improve the DOM creation api (#150)

[dom] Spec dispatching prefixed animation and transition events (#156)

[dom] Text nodes .closest (#161)

[dom] Use IDL link syntax in NonElementParentNode & ParentNode headings (#175)

[editing] "beforeinput"/"beforeInput" naming clarification (#116)

[editing] Avoiding nesting like pre > p or p > h2 that works but aren't valid in html (#115)

[editing] Base definition and ordering of beforeInput/input events should be in UI events, but the editing specific stuff should be in a separate editing spec. (#99)

[editing] Cancelable attribute should be removed from the spec because it already referenced in Event.idl (#100)

[editing] Chrome/Safari need to fix a bug. Compositioinupdate is not firing before the compositionend. (#102)

[editing] execCommand('inserttext',...) behavior (#112)

[editing] execCommand('underline') on links (#114)

[editing] inputType should be tied to the command names and having that tied to a way of declaring what you support (#110)

[editing] isComposing field should be consistent with the composition events, no need to redefine it. So just provide a reference to spec. (#103)

[editing] The Ranges type is not defined, should be FrozenArray<Range>? (#113)

[editing] We should keep data in UI events for beforeInput that does the text/plain serialization. We should add dataTransfer to the editing spec for other mime types(html, text with line breaks, etc) (#106)

[editing] • Currently, there are multiple documents that pertain to editing. We should merge all the editing related specs into one (#108)

[encoding] Consider making the DOM name the canonical name (#32)

[encoding] Consider removing TextEncoder support for UTF-16 (#18)

[encoding] Creating test suites for each encoding. (#30)

[encoding] Fix #15: prevent ISO-2022-JP encoder attack (#34)

[encoding] Fix #29: introduce output encoding for URL and HTML forms (#35)

[encoding] Introduce "output encoding" (#29)

[encoding] iso-2022-jp encoder XSS risks (#15)

[encoding] Replacement encoding should handle empty input better (#33)

[encoding] Serializing internal TextDecoder state? (#7)

[encoding] SHIFT_JISX0213 are not supported. (#31)

[fetch] "A value is a byte sequence that matches the field-content token production." (#213)

[fetch] "If request's origin is "client", set request's ..." (#219)

[fetch] Aborting a fetch (#27)

[fetch] Add "must-revalidate" to RequestCache enumeration (#165)

[fetch] Add hooks for foreign fetch (#223)

[fetch] Add option to automatically abort response stream if the data stopped arriving for longer than a specified time (#180)

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

[fetch] Address review comments. (ea70963)

[fetch] Be clearer on "main fetch invoked recursively" (#217)

[fetch] Clarify cache mode "default" (#215)

[fetch] Clarify main fetch recursive invocation from redirect-fetch#217 (#218)

[fetch] Clarify obtain a connection with respect to client certificates (#222)

[fetch] Clarify the hooks into RFC6265 (#221)

[fetch] Clarify the meaning of "" for ReferrerPolicy (#226)

[fetch] Clarify what origin the Request constructor needs to check the referrer URL against (#224)

[fetch] CSP Request Header and CORS preflight fetch. (#52)

[fetch] expand Request.destination with more granular values (#211)

[fetch] Fix #197: explain cache modes (a47e1e4)

[fetch] Fixup the request destination table values (#216)

[fetch] Introduce HTTP-redirect fetch (#194)

[fetch] Mechanism to indicate "destination context" (#64)

[fetch] Not clear what CSP directive is limiting iframes/imports (#166)

[fetch] Not delete, the hash url in Request and Response (#214)

[fetch] OpenEndedDictionary clarification (#164)

[fetch] PATCH verb (#50)

[fetch] Proposal: Support GET bodies (#83)

[fetch] Redirect handling is wrong for opaqueredirect (#212)

[fetch] Redirect on preflighted CORS requests generally impossible (#204)

[fetch] Replace byte stream with ReadableStream. (#200)

[fetch] Response.prototype.clone() should take into account the internal response. (#148)

[fetch] RFC: a mechanism to bypass CORS preflight (#210)

[fetch] Should we send an Origin header for no-cors fetches? (#225)

[fetch] The empty string is rejected as header values (#115)

[fetch] Vary:-header refers to request headers, not response headers (#220)

[FileAPI] Consider using USVString for the Blob constructor (#30)

[FileAPI] Define cloning of Blob and FileList objects inline (#32)

[FileAPI] Make the Blob URL creating/revoking methods not be exposed on the ser… (#31)

[FileAPI] Persistent blob urls (#27)

[fullscreen] What should happen if an element is moved to another document right after requestFullscreen (#33)

[gamepad] 404 for standard_gamepad.svg on https://www.w3.org/TR/gamepad/standard_gamepad.svg (#20)

[gamepad] add to "Feature Requests" more links to platform bugs for vibration and mapping (#21)

[IndexedDB] Add openCursor(key, primaryKey) and continuePrimaryKey (#14)

[IndexedDB] Allow delete() on index (#68)

[IndexedDB] Allow readwrite transactions restricted to a key range (#59)

[IndexedDB] Feature Request: Allow batch adding records (from an Array) (#69)

[IndexedDB] Gather developer feedback on new spec additions (#65)

[IndexedDB] JSON schema specification (#64)

[IndexedDB] Make it clearer that aborted upgrade transaction deletes new stores/indexes (#63)

[IndexedDB] Redesign propagation path (#66)

[IndexedDB] Revise references to "default action" (#67)

[IndexedDB] Support Files stored by reference (#56)

[IndexedDB] Support N-dimensional queries on indexes (#40)

[IndexedDB] Support queries retrieving disjoint sets of keys (#19)

[manifest] Allow developers to detect when the user has added the site to their home screen (or equivalent) (#417)

[manifest] Enable RDFa (#420)

[packaging-on-the-web] Multiple pages in a package (#28)

[permissions] Add "wakeLock" to enum PermissionName (#53)

[permissions] Add 'background-sync' permission (#60)

[permissions] Add background-sync permission. (#61)

[permissions] Faking permissions (#54)

[permissions] Mediacapture permissions (#57)

[permissions] Minor editorial fixes (#44)

[permissions] Options for "double-keying" permissions (#55)

[permissions] Passing base dictionary wont work. (#59)

[push-api] Can you change the value of PushSubscriptionOptions (#183)

[push-api] Describe process for subscription updates (#132)

[push-api] Have PermissionDeniedError added to WebIDL (#186)

[selection-api] Make some arguments optional (#30)

[selection-api] Need an API to get the current caret rects (#58)

[selection-api] Pass the original events or add events types in selectionchange (#65)

[ServiceWorker] "javascript global environment" and related terms were removed from HTML (#832)

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

[ServiceWorker] Add worker modules (9111303)

[ServiceWorker] Allow respondWith() to be called asynchronously or allow some way to cancel the response. (#836)

[ServiceWorker] Cache transactions & fixing `addAll` (#823)

[ServiceWorker] consider exposing install time on ServiceWorker DOM object (#842)

[ServiceWorker] Consider relying on eTags (or other headers) for service worker dependencies to check for updates (#839)

[ServiceWorker] Convert spec to bikeshed (#835)

[ServiceWorker] Create F2F agenda (#806)

[ServiceWorker] Define some way for foreign fetch to decide on opaqueness of responses (#841)

[ServiceWorker] Expose GeoLocation to workers (#745)

[ServiceWorker] Fix typos, terminology (#843)

[ServiceWorker] Foreign fetch (#751)

[ServiceWorker] html no longer defines "referrer source" (#834)

[ServiceWorker] Interception of the fallback requests initiated from a SW for cross-origin resources (#684)

[ServiceWorker] Is a new property to get the navigation's target client needed? (#817)

[ServiceWorker] Please deploy dfn.js or something similar (#489)

[ServiceWorker] Proposal: Optimized No-Fetch Service Workers (#718)

[ServiceWorker] Resolve Job Promise can resolve jobs with an incorrect value (#829)

[ServiceWorker] ServiceWorker Longevity (#840)

[ServiceWorker] ServiceWorkerRegistration should not be a dumping ground for features (#532)

[ServiceWorker] setTimeout/setInterval are unreliable in ServiceWorkers (#838)

[ServiceWorker] should installing workers be persisted if browser is killed? (#794)

[ServiceWorker] should update on navigation or the subsequent updatefound event be delayed until document DOM is loaded? (#788)

[ServiceWorker] Specify serviceworker link type for link element and link header. (#828)

[ServiceWorker] Support modifying cookies on an intercepted fetch (#837)

[ServiceWorker] Support module service workers, and update for ES6 (#831)

[ServiceWorker] Take into accounts etags on initialization importScripts responses to update the Service Worker (#830)

[ServiceWorker] what should the document base URI for an intercepted navigation (#787)

[ServiceWorker] {Dedicated,Shared}WorkerGlobalObject do not exist; s/Object/Scope (#833)

[spec-reviews] "With Credentials" flag possibly inconsistent with web architecture (#76)

[spec-reviews] Add reviewed specs to readme (closes #102) (#103)

[spec-reviews] Automotive Working Group - API Refactor or Not? (#81)

[spec-reviews] Create a "advice for spec authors" page (#78)

[spec-reviews] Dated Space (#102)

[spec-reviews] Performance Observer Review (formerly Navigation Timing 2 concepts) (#18)

[spec-reviews] Review FIDO spec (#97)

[spec-reviews] Storage persistence (#85)

[spec-reviews] Web Background Sync API (#95)

[streams] Add more tests for the respond() method (661e012)

[streams] Define valid queuing strategy (#427)

[streams] Es5 distribution (#432)

[streams] Expose the pending pullInto request via byobRequest getter than passing as an argument of pullInto (f6a4974)

[streams] Factor out some code from the RespondToBYOBReaderIn.*State operations (d0ab233)

[streams] Finalize pull/pullInto behavior (#423)

[streams] Fix constness bug (#431)

[streams] Implement flow-control in TransformStream fixes #330 maybe (#429)

[streams] In the output, sometimes we end up with <b> when we should use <emu-val> (#428)

[streams] Merge pull and pullInto (0fe8a8f)

[streams] Merge ReadableByteStream into ReadableStream (#418)

[streams] Merge ReadableByteStream into ReadableStream (#430)

[touch-events] Add support for uncancelable touch events (#59)

[touch-events] Convert idl to new respec format (double comma in some dictionary members) (#31)

[touch-events] Not all touch events should be uncancelable (#6)

[uievents-code] Mismatch between code value, Volume(Down|Up|Mute) and key value AudioVolume(Down|Up|Mut) (#8)

[uievents-code] Rename OSLeft/Right to MetaLeft/Right (#7)

[uievents-key] Don't list modifier keys in the uievents spec (link to uievents-key instead) (#15)

[uievents-key] Typo: TVSatelliteBC -> TVSatelliteBS (#11)

[uievents] Add composition events to examples (#68)

[uievents] Don't list modifier keys in the uievents spec (link to uievents-key instead) (#69)

[uievents] Expose 'direction-inversion' in wheel events (#57)

[uievents] Request 'inputType' field in Keyboard Event Viewer (#71)

[uievents] Request example for DomKey when Ctrl and CapsLock are both down (#70)

[uievents] Should DOM be modified before or after compositionupdate? edge/IE do one thing, chrome/saf/firefox do another? (#66)

[uievents] We should fire beforeInput event before compositioinupdate. (#67)

[url] "A query must be zero or more URL units. " (#95)

[url] All instances of %2e in the path should be decoded into `.` (#77)

[url] application/x-www-form-urlencoded parser should not invoke decoder directly (#84)

[url] application/x-www-form-urlencoded serializer does not handle enough (#83)

[url] Define a host's "public suffix" and "registrable domain" (#72)

[url] Define the application/x-www-form-urlencoded MIME type (#85)

[url] Fix a minor typo (#91)

[url] Have new URLSearchParams() remove a leading "?" (#92)

[url] IDNA (#53)

[url] IPv4 parser and the empty string as input (#96)

[url] Let URLSearchParams accept an init string with leading '?' (#81)

[url] Let's strip leading '?' if present in `URLSearchParams` init string param (#81)

[url] move myself to being a contributor (#82)

[url] Parsing an empty host (#79)

[url] Percent-decode more stuff? (#87)

[url] Rename non-relative-flag (#89)

[url] Rename the non-relative flag to non-hierarchical? (#94)

[url] Simplify "." and ".." (#86)

[url] Status? (#88)

[url] The text of this standard appears vulnerable to mismatching other standards (#74)

[url] URL spec change on host setter. (#93)

[url] URLSearchParams: calling .set() and .append() should return itself (#90)

[webcomponents] "(Window is omitted)" (#389)

[webcomponents] "component tree" is just "node tree" (#384)

[webcomponents] "Let SLOT be the most preceding slot in TREE whose slot name is NAME if it exists. Otherwise null." (#386)

[webcomponents] <iframe> and the History API (#184)

[webcomponents] <iframe> and Window's named properties (#145)

[webcomponents] [imports]: <link rel=import> shouldn't be active when added by innerHTML (bugzilla: 26898) (#193)

[webcomponents] [Imports]: Consider changing component location to component identifier (bugzilla: 21253) (#235)

[webcomponents] [Issue #110] Have a white list for attachShadow (ada4804)

[webcomponents] [Shadow] activeElement behavior seems to break encapsulation (#358)

[webcomponents] [Shadow]: Consider augmenting HTML parser to parse <shadow> and <content> just like <template> (bugzilla: 15616) (#59)

[webcomponents] [Shadow]: Figure out how session history should work for <iframe>s in shadow DOM (bugzilla: 27325) (#184)

[webcomponents] [Shadow]: Method for selecting data inside closed shadow root (#378)

[webcomponents] [Shadow]: Need an equivalent definition of 'in a Document' for shadow trees (bugzilla: 26365) (#57)

[webcomponents] [Shadow]: Need mechanism to tell if an element in a ShadowRoot has been inserted into the Document (bugzilla: 22141) (#81)

[webcomponents] [Shadow]: Shadow trees should somehow contain base URL information (bugzilla: 22255) (#63)

[webcomponents] [Shadow]: Update constraints around stopping events (bugzilla: 20247) (#61)

[webcomponents] [Shadow]: url fragment identifiers should be followed into ShadowDOM (bugzilla: 23161) (#66)

[webcomponents] A negative tabindex on shadow host should be respected (#399)

[webcomponents] Add a non-normative note stating elements in shadow trees aren't exposed as named properties (#304)

[webcomponents] Add dfn.js (#402)

[webcomponents] Adding Declarative Import (#398)

[webcomponents] attributeChangedCallback may be expensive for some attributes (#350)

[webcomponents] Changes to Dispatching Events (#274)

[webcomponents] cloneNode on ShadowRoot interface should throw NotSupportedError instead of DATA_CLONE_ERR (#393)

[webcomponents] Closed flag proposal breaks ability to audit and automate tests of web pages (#354)

[webcomponents] Common interface between Document and ShadowRoot (#91)

[webcomponents] Composed child not correctly defined (#383)

[webcomponents] Composition Algorithm shouldn't unwrap slots (#308)

[webcomponents] deepPath should return an empty array if it's no longer being dispatched (#373)

[webcomponents] Define the behavior of '::slotted' (the former name is '::content'). (#331)

[webcomponents] Difference between composed document and document flat tree (#382)

[webcomponents] Disallow attachShadow(...) for some elements. (#110)

[webcomponents] Disallow extension of subclasses of HTMLElement and SVGElement/MathMLElement (#363)

[webcomponents] Event path trimming should only happen for mouseover and mouseout (#330)

[webcomponents] Event path trimming should use `scoped` flag and not rely on trustedness (#372)

[webcomponents] Exposing a CanvasImageSource hidden by a Shadow Tree (#388)

[webcomponents] Figure out terminology for Shadow DOM that everyone agrees on (#382)

[webcomponents] Fix typos (#379)

[webcomponents] fixed broken links (#395)

[webcomponents] Get ready for automatic publication - the HTML Imports spec (#394)

[webcomponents] HTML Imports bug link is wrong (#371)

[webcomponents] HTML Imports typo: s/altorighm/algorithm (#370)

[webcomponents] Ignore title attributes on style elements in shadow trees (#391)

[webcomponents] Imports/respec (#397)

[webcomponents] Input to flat tree children calculation algorithm seems wrong (#387)

[webcomponents] Introduce "delegatesFocus" flag to shadow root (#126)

[webcomponents] lang and xml:lang should not use the flat tree (#385)

[webcomponents] MutationObserver and attachShadow() (#390)

[webcomponents] Need "slotting changed" event (#288)

[webcomponents] Parse <slot> like <template> (#59)

[webcomponents] Proposed change for active element algorithm. (#380)

[webcomponents] Proposed change for Focus Navigation (#381)

[webcomponents] Replace attached/detached callbacks with insertedIntoDocument/removedFromDocument (#362)

[webcomponents] s/document.registerElement/document.defineElement and no return value (#400)

[webcomponents] Section 5.7. Retargeting Focus Events is unclear (#374)

[webcomponents] Shadow DOM Cascade Order (#316)

[webcomponents] Shared mixin for Document and ShadowRoot (#91)

[webcomponents] Should parser extensibility be a design goal? (#113)

[webcomponents] Shouldn't loadedmetadata also a scoped event? (#277)

[webcomponents] Style attributes in Shadow DOM Cascade Order Proposal (#316)

[webcomponents] Styling of elements where attachShadow(...) not allowed (#376)

[webcomponents] Switched custom spec to respec (#396)

[webcomponents] Unable to get Custom Elements working in a static page. (#392)

[webcomponents] Update Section 6.2 Focus Navigation to reflect TPAC discussion (#375)

[webcomponents] Upstream Shadow DOM spec to DOM/HTML Standard (#377)

[webcomponents] When is the slotting algorithm run (#401)

[webidl] Add NotAllowedError exception (#85)

[webidl] All supported property names should be enumerable or none of them (#82)

[webidl] Clarify [LegacyUnenumerableNamedProperties] with derived interfaces (#94)

[webidl] Define DOMException.prototype.toString() (as this.name + ": " + this.message) (#93)

[webidl] DOMException function definition makes no sense (#55)

[webidl] Error in SerializerRest production (#88)

[webidl] Error Processing should talk about when to use default values for attributes (#92)

[webidl] Fix a typo in a link: "environemnt" (#86)

[webidl] Fix https://github.com/heycam/webidl/issues/67 by making .entries and @@iterator aliases for each other on interfaces with pair iterators. (#90)

[webidl] Fix some problems with iterable declarations. (#72)

[webidl] Fix typo in special operations (#81)

[webidl] Fragments (#56)

[webidl] Grammar issues (#29)

[webidl] hasOwnProperty fails with ClientRect (#27)

[webidl] iterable interface iterators should return the actual key (or the value if there is no key) not an index (#67)

[webidl] Remove references to the removed platform arrays. (#89)

[webidl] Specify [LegacyUnenumerableNamedProperties] (fixes #82) (#91)

[webidl] typo fix (#53)

[webidl] Unenumerable supported property names are badly defined (#79)

[webidl] Web Platform WG now replaces Web Applications WG (#74)

[WebPlatformWG] Add Justin Fagnani and Monica Dinculescu to attendee list (#12)

[WebPlatformWG] Add time and place and MS attendees (#13)

[WebPlatformWG] Consistent date formatting for F2F meetings (#15)

[WebPlatformWG] Need PAG for "Web Components vs Extract Widget patent"? (#4)

[WebPlatformWG] Simplify text for introduction course (#14)

[WebPlatformWG] Update 25janWC.md (#11)

[xhr] Abandon hope of removing sync XHR from the web platform? (#20)

[xhr] abort() handling of state is busted (#54)

[xhr] Document responses and responseXML should be null in workers (#51)

[xhr] Fix Fetch integration (#57)

[xhr] having prob with web sites (#56)

[xhr] Make FormData a cloneable object (#55)

[xhr] Only set state to unsent when true (#58)

[xhr] Password (#53)

[xhr] What is the difference between url and current url? (#52)

Last message date: Monday, 29 February 2016 21:59:25 UTC