File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 163
163
< body >
164
164
< h1 > EditContext API demos</ h1 >
165
165
166
+ < p > The < strong > EditContext</ strong > API makes it possible for web authors to produce more sophisticated editing
167
+ experiences than what other editable regions on the web allow, without having to resort to complicated solutions
168
+ that may negatively impact accessibility.</ p >
169
+ < p > For more information, see the < a href ="https://w3c.github.io/edit-context/ "> EditContext API specification</ a > . MDN documentation coming soon.</ p >
170
+
166
171
< h2 > Editable DIV</ h2 >
167
172
168
173
< p > Focus the DIV element below and start typing. Typing should work just like in any editable region, with support
169
174
for
170
175
IME.< br >
171
176
The element doesn't use the < code > contenteditable</ code > attribute and is not a < code > textarea</ code > element.
172
177
Instead, it uses the < strong > EditContext</ strong > API.</ p >
173
- < p > The < strong > EditContext</ strong > API makes it possible for web authors to produce more sophisticated editing
174
- experiences than what other editable regions on the web allow, without having to resort to complicated solutions
175
- that may negatively impact accessibility.</ p >
176
178
177
179
< div id ="div-editor " spellcheck ="false "> </ div >
178
180
You can’t perform that action at this time.
0 commit comments