Changed
Changed the default role
attribute value from presentation
to none
- they both do the same thing and none
is 8 characters shorter:
- <table cellpadding="0" cellspacing="0" role="presentation">
+ <table cellpadding="0" cellspacing="0" role="none">
So if your email has ~125 tables, this automatically saves 1kB. Doesn't sound like much, but it's an easy win and can add up.
- refactor: prefer role none over presentation 979fe21