A partial archive of discourse.wicg.io as of Saturday February 24, 2024.
      
          Topics
          Category
          Posts
          Updated
        
              
      
      
        [Proposal] Support “name” attribute in <details> for pure HTML “only-one” accordions
        HTML
        4
        2023-11-28
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        [Proposal] API for first synchronous access to the window proxy object of every newborn same origin realm
        APIs
        4
        2023-01-10
      
      
        [Proposal] Extension of window.prompt to allow other types of common inputs (<select>, date, color, password, range, file, …)
        APIs
        7
        2023-01-08
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        [Proposal] Foreign Origin Space - a Webmanifest extension granting access to foreign origins to PWAs
        APIs
        2
        2022-08-03
      
      
      
      
      
      
      
      
      
      
      
      
        [Draft Idea/Spec/Proposal] An interesting open, free, libre proposal for a scalable, sustainable, secure, private, accessible business model compared to alternatives such as Topics, Cookies, Flocs and other user tracking technologies
        Digital Publishing
        3
        2022-06-03
      
      
      
        [Draft Idea/Spec/Proposal] Html header with metadata: ‘provider’, ‘created at’ and ‘updated at’
        HTML
        1
        2022-05-10
      
      
      
      
      
        Building websites that cannot read, exfiltrate, or store the data they operate on
        Architecture
        6
        2022-06-03
      
      
      
        [Draft Idea/Spec/Proposal] Decentralized and distributed network of static content - html, css and js
        HTML
        3
        2022-05-29
      
      
      
      
      
      
      
      
      
      
      
        [Question] `self.isolateOrigin()`: Ability for a page or origin to programmatically self-isolate
        APIs
        4
        2022-05-15
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Serving staitc files and common objects by the browser instead of the website
        web components
        1
        2022-03-04
      
      
      
      
      
        Revocation of “basic” web permissions (such as internet access) or some other way to “trust” a webpage with your sensitive files (e.g. image editor app)
        APIs
        10
        2022-02-25
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        HTML search element with form functionality - specification and implementation draft
        HTML
        3
        2021-12-08
      
      
      
      
      
      
      
      
      
      
      
        Extend label element with type attribute to let it set descriptions and error messages
        HTML
        1
        2021-10-25
      
      
      
      
      
        [Proposal] Project Falcon - Global Consent DNA Bitmaps and Consent Management Service (CMS)
        Architecture
        5
        2021-09-29
      
      
      
      
      
      
        Standard API to inform client of cookie policies (alternative to “accept these cookies” prompt)
        APIs
        9
        2021-09-17
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Allow browsers, extensions, and sites to set user preference media queries
        Uncategorized
        4
        2021-08-13
      
      
      
      
      
      
      
      
      
      
      
      
      
        An update on Web Monetization and implementation experiments with Firefox
        Uncategorized
        1
        2021-01-21
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Is there a standard way to declare support for multiple text directionalities?
        Uncategorized
        1
        2021-04-18
      
      
      
      
      
      
      
      
        [Proposal] New IFrame related features to foster large scale Micro Frontend solutions
        Uncategorized
        3
        2021-03-29
      
      
      
      
      
      
      
      
        Browser engine versioning standard, allowing breaking changes, moving the web more forward without the cruft
        Uncategorized
        11
        2021-03-10
      
      
      
      
      
      
      
      
      
        Idea for a new specification that can be used to store browser authentication information
        APIs
        1
        2021-01-30
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Is there a standard way to break a heading into multiple lines at a specific point?
        CSS
        11
        2020-10-21
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Map adventures in weird web standards - gyroscopes, texture cubes, and mutants
        Web mapping
        6
        2020-10-02
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Towards Accessible Annotations for a Native Map Viewer for the Web Platform
        Web mapping
        1
        2020-09-29
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Proposal !default keyword for setting author-controlled property as complement to unset or revert
        CSS
        6
        2020-06-18
      
      
      
        Proposal !limit() keyword function to act as a “weak !important” for only permitting certain CSS values
        CSS
        1
        2020-06-11
      
      
        Getting original size of image synchronously (naturalWidth/…Height can’t be used for this anymore)
        APIs
        9
        2020-06-09
      
      
        Proposal - optional role for <a> to indicate if it is a ‘call to action’ to a screenreader user
        HTML
        10
        2017-09-29
      
      
      
      
      
      
      
      
      
      
      
        [proposal] Same-document same-context windows, declaratively via HTML <window> element
        Uncategorized
        26
        2020-05-18
      
      
      
      
      
      
      
      
        [Proposal] makeUserMedia -> virtual Presentation API devices
        Media and Real Time Communications
        2
        2020-05-07
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Is the MutationObserver attributeOldValue example incorrect on Mozilla MDN?
        Uncategorized
        1
        2020-03-09
      
      
      
      
      
        PointerEvent offsetX/offsetY keeps changing sporadically when currentTarget changes
        APIs
        4
        2020-02-28
      
      
      
      
      
      
      
      
        Media timed events API for MPEG DASH MPD and emsg events
        Media and Real Time Communications
        8
        2020-02-14
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        StreamAPI requires properties to determine wether stream is alive, closed or disturbed
        Uncategorized
        10
        2019-12-27
      
      
      
      
      
      
      
      
      
      
        Alternatives to CSS outside of browsers, in other UI frameworks? Is there anything better?
        CSS
        7
        2019-11-25
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        [Proposal] <e>: an alternative to <div> as a generic element for smaller file sizes
        HTML
        6
        2019-10-22
      
      
      
        [Proposal] hint attribute on HTMLMediaElement to configure rendering latency
        Media and Real Time Communications
        17
        2019-10-21
      
      
      
      
      
      
      
      
      
      
        [Proposal] requestNativeScripts() - Write, reference, execute native (shell) scripts in main thread, Worker, Worklet scope
        APIs
        1
        2019-09-29
      
      
      
        [Proposal] Allow Media Source Extensions to support demuxed and raw frames
        Media and Real Time Communications
        12
        2019-09-26
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        A list of proposals that can make PWAs substantially more powerful, useful, and comprehensive
        APIs
        1
        2019-06-05
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        What’s the standard approach for un-hiding elements and applying CSS transitions to them?
        APIs
        6
        2019-04-17
      
      
      
      
      
      
      
      
        Proposal: a `Cache-Path` header to encourage proper caching of HTML history-based SPAs
        protocols
        7
        2019-04-04
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        [Proposal] Permission requests should be available only in context of user-initiated events
        Security
        3
        2018-11-02
      
      
      
      
      
      
      
        How do we fix disproportional scroll speed when CSS transform scale is applied?
        Uncategorized
        2
        2018-09-28
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        [Proposal] Make it possible to link to a particular section of a page by adding selector capabilities to #anchors
        HTML
        1
        2018-03-02
      
      
      
      
      
      
      
      
        Why is vdom/diffing a necessary requirement for JavaScript frameworks? Is there a better long term solution?
        JS
        5
        2018-02-12
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        CSS selectors: Ability to match against attribute name, not just attribute value
        Uncategorized
        9
        2018-01-01
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Generic Scroll Chaining Prevention Mechanism (or expand/standardize -ms-scroll-chaining)
        CSS
        14
        2017-11-03
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        :target CSS does not work because shadowRoot does not set a target element
        web components
        3
        2017-03-18
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Adding priority when you attach a listener to a specific node - priority event in HML
        HTML
        11
        2017-02-21
      
      
      
      
      
      
        [Proposal] A frame-level event logging mechanism for WebRTC
        Media and Real Time Communications
        3
        2017-02-06
      
      
      
      
      
      
      
        [Proposal] Add a manifest key for sites that ‘provide meaningful offline content’
        Uncategorized
        7
        2017-01-26
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Passing an object of attributes to document.createElement() as the second argument
        APIs
        42
        2016-11-20
      
      
      
      
      
      
        [Proposal] AnimationWorklet - a primitive for scroll-linked and high performance procedural animated effects
        APIs
        5
        2016-11-04
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Transferring Frame Timing, Server Timing, Network Error Logging, Reporting API’s from WebPerf to WICG
        APIs
        5
        2016-08-25
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        [proposal] Passing arguments to Custom Element’s createdCallback (constructor)
        Uncategorized
        10
        2016-06-07
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        Content passes: proposal to improve the web’s support for paywalls and paid content
        HTML
        8
        2015-11-23
      
      
      
      
      
      
        Proposal: Let the Function constructor accept a name for creating named functions
        Uncategorized
        8
        2015-11-10
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
      
        How to pick between inheritance, `implements`, and `partial interface` in a spec?
        Architecture
        2
        2015-04-24
      
      
      
      
      
      
      
      
      
      
      
      
        Spell Checker API to programmatically detect and handle elements (textarea, contenteditable) with misspelled text state
        APIs
        1
        2015-02-20