Skip to content

Commit 369dfa6

Browse files
committed
initialize
0 parents  commit 369dfa6

14 files changed

+825
-0
lines changed

CONTRIBUTING.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
# Web Editing Working Group
2+
3+
Contributions to this repository are intended to become part of Recommendation-track documents governed by the
4+
[W3C Patent Policy](http://www.w3.org/Consortium/Patent-Policy-20040205/) and
5+
[Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software). To make substantive contributions to specifications, you must participate
6+
in this W3C Working Group or make a non-member patent licensing commitment.
7+
8+
If you are not the sole contributor to a contribution (pull request), please identify all
9+
contributors in the pull request comment.
10+
11+
To add a contributor (other than yourself, that's automatic), mark them one per line as follows:
12+
13+
```
14+
+@github_username
15+
```
16+
17+
If you added a contributor by mistake, you can remove them in a comment with:
18+
19+
```
20+
-@github_username
21+
```
22+
23+
If you are making a pull request on behalf of someone else but you had no part in designing the
24+
feature, you can remove yourself with the above syntax.

LICENSE.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
All documents in this Repository are licensed by contributors
2+
under the
3+
[W3C Software and Document License](http://www.w3.org/Consortium/Legal/copyright-software).
4+

README.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
Web Editing Working Group
2+
=========================
3+
4+
Welcome to the GitHub repository of the Web Editing Working Group
5+
(formerly Editing Task Force of the Web Apps Working Group). Its
6+
mission is to gather and incubate emerging ideas as they pertain
7+
to rich text editor development.
8+
9+
Details can be found in the [Web Editing Working Group Charter](https://www.w3.org/2021/06/web-editing-wg-charter.html).
10+
11+
## Actively developed ideas/specs
12+
13+
* [Clipboard APIs](https://www.w3.org/TR/clipboard-apis/)
14+
* [Input Events](https://w3c.github.io/input-events/)
15+
* [Content Editable Disabled](https://w3c.github.io/editing/docs/contentEditableDisabled/)
16+
* [Virtual Keyboard API](https://w3c.github.io/virtualkeyboard/)
17+
* [EditContextAPI](docs/EditContext/explainer.md)
18+
19+
## Graduated <sup id="graddedRef">[1](#graddefFootnote)sup>
20+
21+
* [Highlight API](https://drafts.csswg.org/css-highlight-api-1/)
22+
23+
## Backlog <sup id="backlogdRef">[2](#backlogdefFootnote)sup>
24+
25+
* [Selection API](https://w3c.github.io/selection-api/)
26+
27+
## Archive <sup id="archivedRef">[3](#archivedFootnote)sup>
28+
29+
* [Content Editable True](http://w3c.github.io/editing/docs/contentEditableTrue/)
30+
* [execCommand](http://w3c.github.io/editing/docs/execCommand/)
31+
32+
## Process
33+
34+
### Participation
35+
Participation from ALL who are passionate about writing text editors on the web
36+
or have a question/suggestion on the topic is welcomed!
37+
38+
There are couple of things you should know before you proceed.
39+
40+
In accordance with W3C contribution requirements, if you intend to create PRs
41+
and/or spend a significant amount of time on these discussions, you should
42+
[join the Working Group](https://www.w3.org/2004/01/pp-impl/131776/join) and
43+
follow our [Web Editing WG contribution guidance](https://github.com/w3c/editing/blob/gh-pages/CONTRIBUTING.md).
44+
45+
### Mailing List
46+
47+
The group continues to use the legacy
48+
<a href="mailto:[email protected]">[email protected]a> for archived
49+
email communications. [View the archive](https://lists.w3.org/Archives/Public/public-editing-tf/)
50+
51+
### IRC
52+
53+
Server: [irc.w3.org](http://irc.w3.org/)
54+
55+
Channel: #editing
56+
57+
### Meetings
58+
59+
[Meeting Invite](https://calendar.google.com/event?action=TEMPLATE&tmeid=MDVjYWxldXFiNDhiN3JmMHFqY3FiamRoOTdfMjAyMDEyMTFUMTcwMDAwWiAxN2xtdTNwaHZoamhlaDJpdTljYmppZnI3Y0Bn&tmsrc=17lmu3phvhjheh2iu9cbjifr7c%40group.calendar.google.com&scp=ALL)
60+
61+
[Google Hangouts](https://meet.google.com/pdx-dnmm-cen)
62+
63+
#### Details:
64+
The Editing Working Group meets remotely at 9:00AM PST, on second Friday of every month.
65+
66+
For 2021:
67+
* June 11
68+
* July 9
69+
* August 13
70+
* September 10
71+
* October 8
72+
* November 12
73+
* December 10
74+
75+
Meetings will cover issues [marked with the "Agenda+" label](https://github.com/w3c/editing/labels/Agenda%2B). **If you would like to discuss an existing issue, please tag it with "Agenda+" label so it can show up in the agenda query. If it is a new issue, please [create](https://github.com/w3c/editing/issues/new) and tag it with "Agenda+" label.**
76+
77+
## Footnote
78+
79+
<b id="graddefFootnote">1 b>Proposals that resulted in being sent to the appropriate WG as a recommendation to be specced.[](#graddedRef)
80+
81+
<b id="backlogdefFootnote">2 b>Proposals that we haven't gotten to discussing yet.[](#backlogdRef)
82+
83+
<b id="archivedFootnote">3 b>Anything that have been discussed but the proposal got rejected for some reason. Or any other doc that is no longer relevant.[](#archivedRef)

images/dual-screen-device.png

107 KB
Loading

images/example.png

86.9 KB
Loading

images/keyboard-occluding-content.png

51.7 KB
Loading

images/numberKeyboard.png

279 KB
Loading

images/single-touch-screen-device.png

111 KB
Loading

0 commit comments

Comments
 (0)