Hashar has submitted this change and it was merged. Change subject: support for HTML5/Microdata elements ......................................................................
support for HTML5/Microdata elements Patch let us handle the <data>, <time>, <meta>, and <link> elements. * handles one part of bug 32545 requesting us to support the <time> element in WikiText. * Partially fix bug 28776 about whitelisting global HTML5 semantic attributes and inline meta element. * <meta> and <link> are only permitted when Microdata is enabled using * the global $wgAllowMicrodataAttributes. For for security reason, the links are only allowed to be actual elements when they have a strict set of attributes set. Change-Id: Ica11be186bd62eb154e1ebc400acb515c10fb65f --- M RELEASE-NOTES-1.21 M includes/Sanitizer.php M includes/parser/Tidy.php M includes/tidy.conf M tests/parser/parserTests.txt 5 files changed, 134 insertions(+), 17 deletions(-) Approvals: Hashar: Looks good to me, approved jenkins-bot: Verified -- To view, visit https://gerrit.wikimedia.org/r/4251 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ica11be186bd62eb154e1ebc400acb515c10fb65f Gerrit-PatchSet: 10 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Daniel Friesen <[email protected]> Gerrit-Reviewer: Brian Wolff <[email protected]> Gerrit-Reviewer: Brion VIBBER <[email protected]> Gerrit-Reviewer: CSteipp <[email protected]> Gerrit-Reviewer: Daniel Friesen <[email protected]> Gerrit-Reviewer: Daniel Kinzler <[email protected]> Gerrit-Reviewer: GWicke <[email protected]> Gerrit-Reviewer: Hashar <[email protected]> Gerrit-Reviewer: jenkins-bot _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
