⚠ Archived content — this site is no longer maintained.   Current WebKit documentation is at docs.webkit.org.

Changeset 215603 in webkit


Ignore:
Timestamp:
Apr 20, 2017, 10:34:58 PM (9 years ago)
Author:
dino@apple.com
Message:

Add Web Sharing to the features under consideration.

  • features.json:
Location:
trunk/Source/WebCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebCore/ChangeLog

    r215602 r215603  
     12017-04-20  Dean Jackson  <dino@apple.com>
     2
     3        Add Web Sharing to the features under consideration.
     4
     5        * features.json:
     6
    172017-04-20  Dean Jackson  <dino@apple.com>
    28
  • trunk/Source/WebCore/features.json

    r215602 r215603  
    986986        "url": "https://wicg.github.io/ScrollAnchoring/",
    987987        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=171099",
     988        "description": "Maintains page scroll position when content is modified.",
    988989        "keywords": ["scroll", "anchor"],
    989         "category": "css"
     990        "category": "html"
    990991    },
    991992    {
     
    11571158        "keywords": ["MIDI, music, synthesizer, keyboard"],
    11581159        "description": "An API supporting the Musical Instrument Digital Interface (MIDI) protocol, enabling web applications to enumerate and select MIDI input and output devices on the client system and send and receive MIDI messages."
     1160    },
     1161    {
     1162        "name": "Web Sharing",
     1163        "status": {
     1164            "status": "Under Consideration"
     1165        },
     1166        "url": "https://github.com/WICG/web-share/blob/master/docs/interface.md",
     1167        "webkit-url": "https://bugs.webkit.org/show_bug.cgi?id=171100",
     1168        "keywords": ["sharing"],
     1169        "description": "An API to allow content from the page to be exposed to platform sharing APIs."
    11591170    },
    11601171    {
Note: See TracChangeset for help on using the changeset viewer.