fu: Close-up of Fu, bringing a scoop of water to her mouth (Default)
fu ([personal profile] fu) wrote in [site community profile] changelog2010-11-18 05:17 am

[dw-nonfree] Remove tables-for-layout

[commit: http://hg.dwscoalition.org/dw-nonfree/rev/92106f04f1f0]

http://bugs.dwscoalition.org/show_bug.cgi?id=1490

Mark tables-for-layout (this site scheme is no longer relevant, but marking
anyway in case it is used as sample code)

Patch by [personal profile] fu.

Files modified:
  • cgi-bin/bml/scheme/dreamwidth.look
--------------------------------------------------------------------------------
diff -r abd4ee0e85e2 -r 92106f04f1f0 cgi-bin/bml/scheme/dreamwidth.look
--- a/cgi-bin/bml/scheme/dreamwidth.look	Tue Nov 16 19:27:01 2010 -0600
+++ b/cgi-bin/bml/scheme/dreamwidth.look	Thu Nov 18 13:17:29 2010 +0800
@@ -13,7 +13,7 @@ P=>{D}<p>%%data%%</p>
 
 STANDOUTO<=
 {D}<CENTER><FONT SIZE=1><BR></FONT><TABLE ALIGN=CENTER CELLPADDING=8 BORDER=1 BGCOLOR=#CCCCFF BORDERCOLORLIGHT=#DDDDFF
-BORDERCOLORDARK=#BBBBFF><TR><TD VALIGN=CENTER>
+BORDERCOLORDARK=#BBBBFF summary=""><TR><TD VALIGN=CENTER>
 %%DATA%%
 
 </TD></TR></TABLE></CENTER>
@@ -21,7 +21,7 @@ BORDERCOLORDARK=#BBBBFF><TR><TD VALIGN=C
 
 STANDOUT<=
 {DRps}<CENTER><FONT SIZE=1><BR></FONT>
-<table cellspacing=0 cellpadding=0 border=0 bgcolor="#ccccff">
+<table cellspacing=0 cellpadding=0 border=0 bgcolor="#ccccff" summary="">
  <tr>
   <td width=7 align=left valign=top>
    <img width=7 height=7 src="<?imgprefix?>/corn_nw.gif" alt=""></td>
@@ -148,7 +148,7 @@ _code?>
   <!-- mark is very sorry for this table. but it's the only way he found to fix the clear/float
        issues that were plaguing this temporary style. -->
 
-  <table><tr><td>
+  <table summary=""><tr><td>
 %%body%%
   </td></tr></table>
 
--------------------------------------------------------------------------------