https://bugzilla.wikimedia.org/show_bug.cgi?id=47566
MZMcBride <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #9 from MZMcBride <[email protected]> --- For the span attributes, is there a reason we can't modify MediaWiki core to allow itemprop, itemscope, and itemtype HTML attributes? Currently "<span itemprop="name">Blend-O-Matic</span>" is sanitized(?) to "<span>Blend-O-Matic</span>" (might be core's includes/Sanitizer.php, might be something crazy like HTMLTidy). If we're considering these attributes generally safe, why not allow them in core? I'm not sure we need another extension to support this particular functionality. For the meta tags, they probably need to go into the <head> and I'm not sure the extension can currently do that... you'd probably want a parser function, no? -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
