Penguin
Blame: MicrosoftWord
EditPageHistoryDiffInfoLikePages
Annotated edit history of MicrosoftWord version 6, including all changes. View license author blame.
Rev Author # Line
1 JohnMcPherson 1 A "word processor" that is part of the MicrosoftOffice suite.
2 JohnMcPherson 2
3 ----
4
3 AristotlePagaltzis 5 Some people use it for writing emails or webpages, and using Word's "save as html" feature. This is a bad idea, because it makes horrible [HTML]. This is (most likely) a deliberate act designed to make code that renders better when using the InternetExplorer browser compared to other browsers. Some example generated HTML:
2 JohnMcPherson 6 <verbatim>
7 <html>
8 <head>
9 <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
10 <meta name=Generator content="Microsoft Word 10 (filtered)">
11 ...
12 </head>
13 <body lang=EN-US link=blue vlink=purple>
14 <div class=Section1>
4 JohnMcPherson 15 <p class=MsoNormal><font size=1 color=navy face=Verdana><span
16 style='font-size:9.0pt;font-family:Verdana;color:navy'>Hello,</span></font></p>
17 <p class=MsoNormal><font size=1 color=navy face=Verdana><span
18 style='font-size:9.0pt;font-family:Verdana;color:navy'>&nbsp;</span></font></p>
2 JohnMcPherson 19 ...
4 JohnMcPherson 20 <p class=MsoNormal><font size=1 color=navy face=Verdana><span
21 style='font-size:9.0pt;font-family:Verdana;color:navy'>&nbsp;</span></font></p>
2 JohnMcPherson 22
23 <table class=MsoTableGrid border=1 cellspacing=0 cellpadding=0
24 style='border-collapse:collapse;border:none'>
25 <tr height=14 style='height:10.7pt'>
4 JohnMcPherson 26 <td width=476 colspan=2 height=14 valign=top style='width:357.1pt;
27 border: solid windowtext 1.0pt;padding:0in 5.4pt 0in 5.4pt;height:10.7pt'>
28 <p class=MsoNormal><b><font size=2 face=Verdana><span
29 style='font-size:10.0pt;font-family:Verdana;font-weight:bold'>August </span></font></b></p>
2 JohnMcPherson 30 </td>
31 </tr>
32 <tr height=57 style='height:42.9pt'>
4 JohnMcPherson 33 <td width=69 height=57 valign=top style='width:51.4pt;border:solid windowtext 1.0pt;
34 border-top:none;padding:0in 5.4pt 0in 5.4pt;height:42.9pt'>
35 <p class=MsoNormal><font size=2 face=Verdana><span style='font-size:10.0pt;
36 font-family:Verdana'>8-12</span></font></p>
2 JohnMcPherson 37 </td>
38 ...
39 </verbatim>
4 JohnMcPherson 40 There is a tool that cleans up this mess; it is rightfully called [demoroniser | http://www.fourmilab.ch/webtools/demoroniser/]. Another (more generic) one is
41 [html tidy|http://tidy.sourceforge.net/].
5 VitorCardoso 42
6 JohnMcPherson 43 ----
44 Apparently the latest versions of MS Word have a feature to produce cleaner HTML