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 parser: Use a <meta> tag for the internal TOC_PLACEHOLDER 2022-08-16 06:05:17 +00:00
CacheTime.php ParserOutput: point to documentation for serialization compatibility. 2023-01-03 19:08:22 +01:00
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 Reorg: Move MagicWord related files to under parser/ 2022-12-09 13:48:35 +01:00
MagicWordArray.php Reorg: Move MagicWord related files to under parser/ 2022-12-09 13:48:35 +01:00
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 preprocessor: Add missing field declarations 2022-07-29 02:53:04 +02:00
PPDStack_Hash.php Replace usages of MWException 2023-01-29 15:06:26 +01:00
PPDStackElement_Hash.php Various doc fixes about false and null on method arguments/return types 2022-11-03 18:55:47 +01:00
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 Various doc fixes about false and null on method arguments/return types 2022-11-03 18:55:47 +01:00
PPNode_Hash_Array.php
PPNode_Hash_Attr.php PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls 2022-01-25 16:30:44 +11:00
PPNode_Hash_Text.php PHP 8.1: add ENT_COMPAT to some htmlspecialchars() calls 2022-01-25 16:30:44 +11:00
PPNode_Hash_Tree.php Use short array destructuring instead of list() 2022-10-21 15:33:37 +11:00
PPTemplateFrame_Hash.php Fix even more PHPStorm inspections (#3) 2023-03-25 00:30:15 +00:00
Preprocessor.php phan: Disable null_casts_as_any_type setting 2022-03-21 18:25:07 +00:00
Preprocessor_Hash.php parser: Improvements to Preprocessor::buildDomTreeArrayFromText 2023-01-06 22:43:33 +01:00
RemexRemoveTagHandler.php Add Sanitizer::removeSomeTags() which uses Remex to tokenize 2022-03-04 14:06:02 -05:00
RemexStripTagHandler.php Add Sanitizer::removeSomeTags() which uses Remex to tokenize 2022-03-04 14:06:02 -05:00
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 Parser: Fix and update a few parser related PHPDoc type hints 2022-12-15 17:33:48 +01:00