Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

move each spec into a separate folder + no graduated/inactive subfolders #264

Merged
merged 5 commits into from
Jun 17, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CHARTER.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ The specifications the Editing Taskforce is producing may be driven to the spec
The TF is expected to work on the following efforts until the end of the charter but it is not meant to be an exhaustive list:

- [Async Clipboard API](https://bugs.chromium.org/p/chromium/issues/detail?id=931839)
- [ContentEditableDisabled](http://w3c.github.io/editing/docs/contentEditableDisabled.html) - ability to disable system UI
- [ContentEditableDisabled](http://w3c.github.io/editing/docs/contentEditableDisabled/) - ability to disable system UI
- [EditContext API](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/EditContext/explainer.md)
- [Highlight API](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/highlight/explainer.md)
- Native Selection and Caret behaviors
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Details can be found in the [Editing Task Force Charter](https://github.com/w3c/

## Actively developed ideas/specs

* [Content Editable Disabled](https://w3c.github.io/editing/docs/contentEditableDisabled.html)
* [Content Editable Disabled](https://w3c.github.io/editing/docs/contentEditableDisabled/)
* [Virtual Keyboard Policy](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/VirtualKeyboardPolicy/explainer.md)

* [EditContextAPI](docs/EditContext/explainer.md)
Expand All @@ -24,9 +24,9 @@ Details can be found in the [Editing Task Force Charter](https://github.com/w3c/

## Archive <sup id="archivedRef">[3](#archivedFootnote)</sup>

* [Content Editable True](http://w3c.github.io/editing/docs/inactive/contentEditableTrue.html)
* [Content Editable True](http://w3c.github.io/editing/docs/contentEditableTrue/)

* [execCommand](http://w3c.github.io/editing/docs/inactive/execCommand.html)
* [execCommand](http://w3c.github.io/editing/docs/execCommand/)

## Process

Expand Down
27 changes: 13 additions & 14 deletions TPAC/2019/Agenda.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Date: September 20th, 2019

Timing:
- 8:30 - 9:15 EditContext
- 8:30 - 9:15 EditContext
- 9:15 - 09:20 Break (5 mins)
- 9:20 - 10:05 EditContext
- 10:05 -10:20 Break (15 mins)
Expand All @@ -15,7 +15,7 @@ Timing:
- 13:45 - 13:50 Break (5 mins)
- 13:50 - 14:35 HighlightAPI
- 14:35 - 14:50 Break (15 mins)
- 14:50 - 15:50 Undo Manager/Spellcheck API
- 14:50 - 15:50 Undo Manager/Spellcheck API
- 15:50 - 16:35 Clipboard
- 16:25 - 16:40 Break (15 mins)
- 16:40 - 17:25 Clipboard
Expand All @@ -24,30 +24,30 @@ Timing:

## Topics:
- [EditContext API](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/EditContext/explainer.md) (2 hours)

Objectives:

- [Highlight API](https://github.com/MicrosoftEdge/MSEdgeExplainers/blob/master/highlight/explainer.md) (2 hours)

Objectives:
1. todo: provide links to the issues.
1. Static Ranges [applicability](https://github.com/whatwg/dom/issues/590)
1. Range in native elements
1. Range events
1. Is the proposal in a good enough shape to be moved into a spec draft phase? If so, is CSSWG a good place for it to live in?

- [Remaining gaps in async clipboard API](https://bugs.chromium.org/p/chromium/issues/detail?id=931839) (2 hours)
Objectives:
- [Remaining gaps in async clipboard API](https://bugs.chromium.org/p/chromium/issues/detail?id=931839) (2 hours)

Objectives:

We are thinking of picking up the work where Chrome's team left of. Specifically, building support for html mime type and implementing clipboardChange event.

- [Raw Clipboard Access](https://tinyurl.com/raw-clipboard-access-design) - (1 hour) Discuss the API with other browser vendors and interested developers.

Objectives:

- [contenteditable-disabled](http://w3c.github.io/editing/contentEditableDisabled.html) (1 hour)
- [contenteditable-disabled](http://w3c.github.io/editing/docs/contentEditableDisabled/) (1 hour)

Objectives:

- Spellcheck APIs (30minutes)- inspired by https://github.com/w3c/editing/issues/166.
Expand All @@ -57,12 +57,11 @@ Timing:
wanted to walk though use cases and hopefully, agree on the shape of the API if time allows.

- [SIP policy](https://github.com/whatwg/html/issues/4876) (30 mins)- we've received a request from Excel online and Google Docs asking for a way to control SIP. Excel's use case is to prevent SIP from showing up when editable element is focused. Google Docs has mentioned to have an explicit API for the virtual keyboard on touchscreen devices, particularly for showing/hiding the keyboard and querying its current state.. This is needed in cases where users would want to maintain editability of an element without invoking the SIP. We wanted to gauge interest in the community for this API

Objectives:

- [Undo Manager](https://whsieh.github.io/UndoManager/) (30 mins)- Give JavaScript a way to manipulate the browser's undo stack.

Objectives:

[Spec Draft](https://rniwa.github.io/undo-api/)

[Spec Draft](https://rniwa.github.io/undo-api/)
10 changes: 10 additions & 0 deletions contentEditableDisabled.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<meta charset="utf-8">
<title>Moved…</title>
<script>
let currentHash = window.location.hash;
let newLocation = "https://w3c.github.io/editing/docs/contentEditableDisabled/" + currentHash;
window.location = newLocation;
</script>
<p>Moved to
<a href="https://w3c.github.io/editing/docs/contentEditableDisabled/">https://w3c.github.io/editing/docs/contentEditableDisabled/</a>
10 changes: 10 additions & 0 deletions contentEditableEvents.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<meta charset="utf-8">
<title>Moved…</title>
<script>
let currentHash = window.location.hash;
let newLocation = "https://w3c.github.io/contentEditable/" + currentHash;
window.location = newLocation;
</script>
<p>Moved to
<a href="https://w3c.github.io/contentEditable/">https://w3c.github.io/contentEditable/</a>
10 changes: 10 additions & 0 deletions contentEditableTrue.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<meta charset="utf-8">
<title>Moved…</title>
<script>
let currentHash = window.location.hash;
let newLocation = "https://w3c.github.io/editing/docs/contentEditableTrue/" + currentHash;
window.location = newLocation;
</script>
<p>Moved to
<a href="https://w3c.github.io/editing/docs/contentEditableTrue/">https://w3c.github.io/editing/docs/contentEditableTrue/</a>
10 changes: 10 additions & 0 deletions contentEditableTyping.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<meta charset="utf-8">
<title>Moved…</title>
<script>
let currentHash = window.location.hash;
let newLocation = "https://w3c.github.io/contentEditable/" + currentHash;
window.location = newLocation;
</script>
<p>Moved to
<a href="https://w3c.github.io/contentEditable/">https://w3c.github.io/contentEditable/</a>
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
mailto: "[email protected]",
company: "Invited Expert"
}, ],
github: "https://github.com/w3c/editing/docs/contentEditableDisabled.html",
github: "https://github.com/w3c/editing/docs/contentEditableDisabled/",
shortName: "contenteditable-interface",
wg: "Web Applications Working Group",
wgURI: "https://www.w3.org/2019/webapps/",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
, wg: "Web Applications Working Group"
, wgURI: "https://www.w3.org/2019/webapps/"
, wgPatentURI: "https://www.w3.org/2004/01/pp-impl/114929/status"
, edDraftURI: "http://w3c.github.io/editing/docs/inactive/contentEditableTrue.html"
, edDraftURI: "http://w3c.github.io/editing/docs/contentEditableTrue/"
};
</script>
</head>
Expand All @@ -54,9 +54,9 @@
<p class="issue">We need to figure out whether we want to continue working
on this document or not. If we keep the current division between execCommand
and contentEditable=True, we should likely move those things that are
only contentEditable related from the <a href="execCommand.html">execCommand
only contentEditable related from the <a href="../execCommand/">execCommand
spec</a> to this document. For example, some of the text concerning
<a href="execCommand.html#deleting-the-selection">deletion of content</a> may
<a href="../execCommand/#deleting-the-selection">deletion of content</a> may
be more related to contentEditable = True.</p>
</section>

Expand All @@ -78,7 +78,7 @@ <h2>Problem and Use Cases</h2>
<h2>contenteditable="true"</h2>
<p><i>This section is not normative.</i></p>
<p>ContentEditable elements provide a caret that can be moved with the caret, and allow for the direction insertion of text at the position of the caret via the keyboard.</p>
<p>ContentEditable elements can function as editing hosts for commands executed with <code><a href="execCommand.html">execCommand</a></code>.
<p>ContentEditable elements can function as editing hosts for commands executed with <code><a href="../execCommand/">execCommand</a></code>.
</section>
<section>
<h2>Acknowledgements</h2>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
wgURI: "https://www.w3.org/2019/webapps/",
wgPublicList: "public-editing-tf",
wgPatentURI: "https://www.w3.org/2004/01/pp-impl/114929/status",
edDraftURI: "https://w3c.github.io/editing/docs/inactive/execCommand.html",
edDraftURI: "https://w3c.github.io/editing/docs/execCommand/",
license: "cc0",
additionalCopyrightHolders:
"Copyright © 2015 This specification may be used under the terms of the CC0 1.0 Universal License and the W3C Community Contributor License Agreement (CLA). Thus anyone may reuse, modify, and redistribute them without restriction. W3C Editing APIs Community Group & W3C® (MIT, ERCIM, Keio, Beihang). W3C liability, trademark and document use rules apply.",
Expand Down
File renamed without changes.
10 changes: 10 additions & 0 deletions execCommand.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<meta charset="utf-8">
<title>Moved…</title>
<script>
let currentHash = window.location.hash;
let newLocation = "https://w3c.github.io/editing/docs/execCommand/" + currentHash;
window.location = newLocation;
</script>
<p>Moved to
<a href="https://w3c.github.io/editing/docs/execCommand/">https://w3c.github.io/editing/docs/execCommand/</a>
10 changes: 10 additions & 0 deletions input-events.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<!doctype html>
<meta charset="utf-8">
<title>Moved…</title>
<script>
let currentHash = window.location.hash;
let newLocation = "https://w3c.github.io/input-events/" + currentHash;
window.location = newLocation;
</script>
<p>Moved to
<a href="https://w3c.github.io/input-events/">https://w3c.github.io/input-events/</a>