Skip to content

Commit

Permalink
Apply Status of this Document (MicrosoftEdge#247)
Browse files Browse the repository at this point in the history
* Archive EditContext API
* Archive CSS Modules
* Archive HTML Modules
* Archive High Contrast
* Archive Highlight API
* Archive Media Blob
* Archive shortcuts
* Archive BiDirectional WebDriver Protocol
* Partially Archive Foldables
  • Loading branch information
travisleithead authored Apr 4, 2020
1 parent 2e29e57 commit d2ee94c
Show file tree
Hide file tree
Showing 10 changed files with 314 additions and 262 deletions.
11 changes: 10 additions & 1 deletion Accessibility/HighContrast/explainer.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# High Contrast Explainer
# High Contrast Explainer

Authors: [Rossen Atanassov](https://github.com/atanassov), [Alison Maher](https://github.com/amaher23)

Last Updated: 2019-01-18

## Status of this Document
This document is intended as a starting point for engaging the community and standards bodies in developing collaborative solutions fit for standardization. As the solutions to problems described in this document progress along the standards-track, we will retain this document as an archive and use this section to keep the community up-to-date with the most current standards venue and content location of future work and discussions.
* This document status: **ARCHIVED**
* Current venue: [W3C CSS Working Group](https://www.w3.org/Style/CSS/) | [w3c/csswg-drafts](https://github.com/w3c/csswg-drafts)
* Current version:
* [System Colors](https://drafts.csswg.org/css-color/#css-system-colors) section of [CSS Color Module Level 4](https://drafts.csswg.org/css-color) | ![GitHub issues by-label](https://img.shields.io/github/issues/w3c/csswg-drafts/css-color-4)
* ['forced-color-adjust'](https://drafts.csswg.org/css-color-adjust-1/#forced) of [CSS Color Adjustment Module Level 1](https://drafts.csswg.org/css-color-adjust-1) | ![GitHub issues by-label](https://img.shields.io/github/issues/w3c/csswg-drafts/css-color-adjust-1)
* ['forced-colors'](https://drafts.csswg.org/mediaqueries-5/#forced-colors) of [Media Queries Level 5](https://drafts.csswg.org/mediaqueries-5) | ![GitHub issues by-label](https://img.shields.io/github/issues/w3c/csswg-drafts/mediaqueries-5)

## Overview

High contrast is a [Windows accessibility feature](https://docs.microsoft.com/en-us/windows/desktop/w8cookbook/high-contrast-mode) intended to increase the readability of text through color contrast. Individuals with low vision may find it more comfortable to read content when there is a strong contrast between foreground and background colors. High contrast is a useful feature in increasing the readability of screen-based text for such users.
Expand Down
8 changes: 6 additions & 2 deletions CSSModules/v1Explainer.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,13 @@
# MOVED. This doc is now maintained at https://github.com/w3c/webcomponents/blob/gh-pages/proposals/css-modules-v1-explainer.md. Please refer to that link for the latest content.

# CSS Modules V1 Explainer

Author: [@dandclark](https://github.com/dandclark)

## Status of this Document
This document is intended as a starting point for engaging the community and standards bodies in developing collaborative solutions fit for standardization. As the solutions to problems described in this document progress along the standards-track, we will retain this document as an archive and use this section to keep the community up-to-date with the most current standards venue and content location of future work and discussions.
* This document status: **ARCHIVED**
* Current venue: [Web Components Incubator of the W3C Web Applications Working Group and WHATWG HTML and DOM Workstreams](https://github.com/w3c/webcomponents/) | [w3c/webcomponents](https://github.com/w3c/webcomponents/) | ![GitHub issues by-label](https://img.shields.io/github/issues/w3c/webcomponents/modules)
* Current version: [CSS Modules V1 Explainer](https://github.com/w3c/webcomponents/blob/gh-pages/proposals/css-modules-v1-explainer.md)

## Introduction

This document proposes an extension of the ES Script Modules system to include CSS Modules. These will allow web developers to load CSS into a component definition in a manner that interacts seamlessly with other module types.
Expand Down
7 changes: 7 additions & 0 deletions EditContext/explainer.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@
# EditContext API Explainer

## Status of this Document
This document is intended as a starting point for engaging the community and standards bodies in developing collaborative solutions fit for standardization. As the solutions to problems described in this document progress along the standards-track, we will retain this document as an archive and use this section to keep the community up-to-date with the most current standards venue and content location of future work and discussions.
* This document status: **ARCHIVED**
* Current venue: [W3C Editing Task Force](https://w3c.github.io/editing/) | [w3c/editing](https://github.com/w3c/editing/)
* Current version: [EditContext API Explainer](https://github.com/w3c/editing/blob/gh-pages/ActiveDocuments/EditContext/explainer.md)

## Introduction
The EditContext is a new API that simplifies the process of integrating a web app with [advanced text input methods](#example-text-input-methods), improves accessibility and performance, and unlocks new capabilities for web-based editors.

Expand Down
Loading

0 comments on commit d2ee94c

Please sign in to comment.