Go to file
hunter be5289689f Add label to Options dialog > Categories input fields
Add label to indicate the function of the input field underneath the
categories label in the options dialog. The <label> element is
preferred for screen readers and users with visual disabilities.

Bug: T146966
Change-Id: Ib300ca7a1fd55d320c1a1a8c8c7fd01ab8b0b9c5
2018-04-17 06:28:32 +00:00
.jsduck Update VE core submodule to master (9c0b07868) 2018-04-11 12:44:27 -07:00
bin
build
i18n Add label to Options dialog > Categories input fields 2018-04-17 06:28:32 +00:00
images
includes
lib Update VE core submodule to master (9c0b07868) 2018-04-11 12:44:27 -07:00
maintenance
modules Add label to Options dialog > Categories input fields 2018-04-17 06:28:32 +00:00
screenshots
.eslintrc.json
.gitignore
.gitmodules
.gitreview
.mailmap
.phpcs.xml
.rubocop.yml
.rubocop_todo.yml
.stylelintrc.json
AUTHORS.txt
composer.json
CONTRIBUTING.md
extension.json Add label to Options dialog > Categories input fields 2018-04-17 06:28:32 +00:00
Gemfile
Gemfile.lock
Gruntfile.js
jsduck.json
LICENSE.txt
package.json
Rakefile
README.md
VisualEditor.i18n.alias.php
VisualEditor.php

devDependency Status

VisualEditor

VisualEditor provides a visual editor for wiki pages. It is written in JavaScript and runs in a web browser.

It uses the Parsoid parser to convert wikitext documents to annotated HTML which the VisualEditor is able to load, modify and emit back to Parsoid at which point it is converted back into wikitext.

For more information about these projects, check out the VisualEditor and Parsoid pages on mediawiki.

Developing and installing

For information on installing VisualEditor on a local wiki, please see https://www.mediawiki.org/wiki/Extension:VisualEditor

For information about running tests and contributing code to VisualEditor, see CONTRIBUTING.md. Patch submissions are reviewed and managed with Gerrit. There is also API documentation available for the VisualEditor.