Subramanya Sastry has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/327561 )

Change subject: Update the list of obsolete HTML elements
......................................................................

Update the list of obsolete HTML elements

Change-Id: I98a39e8491ef94b289746c2bc6c51ebdc05f0272
---
M lib/config/WikitextConstants.js
1 file changed, 3 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/services/parsoid 
refs/changes/61/327561/1

diff --git a/lib/config/WikitextConstants.js b/lib/config/WikitextConstants.js
index b39a872..372c775 100644
--- a/lib/config/WikitextConstants.js
+++ b/lib/config/WikitextConstants.js
@@ -180,11 +180,10 @@
                ]),
 
                // From http://www.w3.org/TR/html5-diff/#obsolete-elements
-               // SSS FIXME: basefont is missing here, but looks like the PHP 
parser
-               // does not support it anyway and treats it as plain text.  So, 
skipping
-               // this one in Parsoid as well.
                OlderHTMLTags: new Set([
-                       "STRIKE", "BIG", "CENTER", "FONT", "TT",
+                       "STRIKE", "BIG", "CENTER", "FONT", "TT", "BASEFONT",
+                       "FRAME", "FRAMESET", "NOFRAME",
+                       "ACRONYM", "APPLET", "ISINDEX", "DIR",
                ]),
 
                // 
https://developer.mozilla.org/en-US/docs/HTML/Block-level_elements

-- 
To view, visit https://gerrit.wikimedia.org/r/327561
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I98a39e8491ef94b289746c2bc6c51ebdc05f0272
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/services/parsoid
Gerrit-Branch: master
Gerrit-Owner: Subramanya Sastry <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to