wiki.techinc.nl/includes/parser
Matt Fitzpatrick a7e4d70d45 Sanitizer: Permit the aria-level HTML attribute in wikitext
Allows editors to identify a pseudo-heading as a heading of a given
hierarchical level to assistive technologies. Also allows levels 7
and deeper.

<div role="heading" aria-level="2">Example</div>

See also https://www.w3.org/WAI/GL/wiki/Using_role%3Dheading

Change-Id: Ia465a076db334d08cd1f548f2363a0f7cafe7690
2023-05-21 12:57:53 +03:00
..
Hook Add Hook suffix to ParserModifyImageHTMLHook 2023-04-16 19:32:48 +02:00
Parsoid rdbms: Move ReadOnlyMode and ConfiguredReadOnlyMode to rdbms library 2023-05-04 23:41:21 +02:00
BlockLevelPass.php
CacheTime.php
CoreMagicVariables.php CoreMagicVariables.php: Improve documentation of DEADLINE_DATE_SPEC_BY_UNIT 2023-03-29 09:53:04 -04:00
CoreParserFunctions.php Reorg: Move SiteStats*.php to SiteStats/ 2023-04-27 01:16:29 +02:00
CoreTagHooks.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
DateFormatter.php Reorg: Move HTML-related classes out of includes/ to Html/ 2023-02-16 20:40:01 +01:00
DateFormatterFactory.php
LinkHolderArray.php parser: Make all LinkHolderArray properties private 2023-03-15 10:44:04 +01:00
MagicWord.php
MagicWordArray.php
MagicWordFactory.php parser: improve cache TTL accuracy for CURRENT*/LOCAL* magic words 2023-03-28 22:35:17 +00:00
MWTidy.php
Parser.php Merge "Add a page property for __TOC__" 2023-05-20 12:49:41 +00:00
ParserCache.php Fix Phan suppressions related to Title::castFrom*() and friends 2023-04-22 16:45:09 +02:00
ParserCacheFactory.php ParserOutputAccess: Fork primary and secondary caches for parsoid 2023-03-26 21:46:07 -04:00
ParserCacheMetadata.php
ParserFactory.php Reorg: Move five page-related classes to page/ out of includes/ 2023-02-23 17:03:49 +01:00
ParserObserver.php Fix Phan suppressions related to Title::castFrom*() and friends 2023-04-22 16:45:09 +02:00
ParserOptions.php Replace internal Hooks::runner 2023-05-11 06:17:38 +00:00
ParserOutput.php Merge "ParserOutput: Ensure page title is updated after merging properties" 2023-05-11 18:23:20 +00:00
ParserOutputFlags.php Add ParserOutputFlags::NO_TOC 2023-04-28 10:56:57 -04:00
PPCustomFrame_Hash.php
PPDPart_Hash.php
PPDStack_Hash.php Replace usages of MWException 2023-01-29 15:06:26 +01:00
PPDStackElement_Hash.php
PPFrame.php Reorg: Namespace the Title class 2023-03-02 08:46:53 -05:00
PPFrame_Hash.php Fix even more PHPStorm inspections (#3) 2023-03-25 00:30:15 +00:00
PPNode.php
PPNode_Hash_Array.php
PPNode_Hash_Attr.php
PPNode_Hash_Text.php
PPNode_Hash_Tree.php
PPTemplateFrame_Hash.php Fix even more PHPStorm inspections (#3) 2023-03-25 00:30:15 +00:00
Preprocessor.php
Preprocessor_Hash.php
RemexRemoveTagHandler.php
RemexStripTagHandler.php
RevisionOutputCache.php Remove unused arguments to private functions 2023-02-08 19:00:47 +00:00
Sanitizer.php Sanitizer: Permit the aria-level HTML attribute in wikitext 2023-05-21 12:57:53 +03:00
StripState.php