r72511 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r72510‎ | r72511 | r72512 >
Date:21:29, 6 September 2010
Author:aj
Status:deferred
Tags:
Comment:
glitch in attribute table.
Modified paths:
  • /trunk/parsers/libmwparser/src/mwattributes.c (modified) (history)

Diff [purge]

Index: trunk/parsers/libmwparser/src/mwattributes.c
@@ -88,6 +88,10 @@
8989 { "ol", ATTR_LIST(ol) },
9090 { "p", ATTR_LIST(block) },
9191 { "pre", ATTR_LIST(pre) },
 92+ { "ruby", ATTR_LIST(common) },
 93+ { "rb", ATTR_LIST(common) },
 94+ { "rp", ATTR_LIST(common) },
 95+ { "rt", ATTR_LIST(rt) },
9296 { "s", ATTR_LIST(common) },
9397 { "small", ATTR_LIST(common) },
9498 { "span", ATTR_LIST(block) }, /* ? */
@@ -95,10 +99,6 @@
96100 { "strong", ATTR_LIST(common) },
97101 { "sub", ATTR_LIST(common) },
98102 { "sup", ATTR_LIST(common) },
99 - { "ruby", ATTR_LIST(common) },
100 - { "rb", ATTR_LIST(common) },
101 - { "rp", ATTR_LIST(common) },
102 - { "rt", ATTR_LIST(rt) },
103103 { "table", ATTR_LIST(table) },
104104 { "td", ATTR_LIST(cell) },
105105 { "th", ATTR_LIST(cell) },

Status & tagging log