https://bugzilla.wikimedia.org/show_bug.cgi?id=18829





--- Comment #16 from [email protected]  2009-06-09 02:00:59 UTC ---
OK, sorry. I suppose I was making reminders for myself.

OK, I've traced Pager.php's $s = "<table class=\"$navClass\" down to
"TablePager_nav a { text-decoration: none; }", meaning that all
browsers including text browsers should see a default of border="0".
So Pager.php doesn't need any fixing, although explicitly saying
<table border="0"...> wouldn't hurt.

Anyway, maybe there are still some places where Mediawiki is cheating
text browsers out of border="1", by assuming everybody uses
stylesheets. All I can do is a very non-scientific
$ find|xargs grep '<table'|grep -v border
every few months, for the rest of my life. Very whack-a-mole.
Perhaps you can rig up a better mousetrap.


-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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

Reply via email to