With TimedMediaHandler in video.js mode, videos can be inline, without a wrapper div. Previously, in this mode two paragraphs where one contained a video would end up merged into one paragraph, due to BlockLevelPass matching "<track .../>" against "<tr" in its regexes. Added \b to a couple of the regexes to protect against such errors, and corrected a parser test case that had bad output listed, where "<link .../>" matched against "<li". Bug: T165817 Change-Id: I06e82b881f5ebddae5e7df7fb940adfa54f6b659 |
||
|---|---|---|
| .. | ||
| BlockLevelPass.php | ||
| CacheTime.php | ||
| CoreParserFunctions.php | ||
| CoreTagHooks.php | ||
| DateFormatter.php | ||
| LinkHolderArray.php | ||
| MWTidy.php | ||
| Parser.php | ||
| ParserCache.php | ||
| ParserDiffTest.php | ||
| ParserOptions.php | ||
| ParserOutput.php | ||
| Preprocessor.php | ||
| Preprocessor_DOM.php | ||
| Preprocessor_Hash.php | ||
| StripState.php | ||