Support WAI-ARIA's role="presentation" inside of WikiText.
authorDaniel Friesen <daniel@nadir-seen-fire.com>
Fri, 19 Oct 2012 08:57:25 +0000 (01:57 -0700)
committerDaniel Friesen <daniel@nadir-seen-fire.com>
Wed, 13 Feb 2013 00:40:01 +0000 (16:40 -0800)
commitea1a1cd5dbf4379c5fe9167eb7a226ccc96b5f91
tree63cf0df067114f08c4c8df47846f6657bf17f1f1
parentf9182455590530ef0fc811a3cb3c5a21fc34fc4e
Support WAI-ARIA's role="presentation" inside of WikiText.

- role="presentation" is the standard way to mark some element as presentational for assistive technologies, etc...
  Such as presentational tables. Something we have a lot of and need the ability to mark as presentational.
- Other ARIA roles need more thought so for now they are not supported.

Change-Id: I426ea04a8bc48181a71a308753525f3964201748
RELEASE-NOTES-1.21
includes/Sanitizer.php
tests/phpunit/includes/SanitizerTest.php