While viewing the HTML documentation generated by the
MSDN documenter, the contents pane doesn't display or
function properly and a number of JavaScript errors are
logged:
Error: Expected color but found 'f0f0f0'. Expected
color but found 'f0f0f0'. Expected end of value for
property but found 'f0f0f0'. Error in parsing value
for property 'border'. Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/tree.css
Line: 39
Error: Error in parsing value for property 'cursor'.
Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 135
Error: Unknown property 'disambiguator'. Declaration
dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 219
Error: Unknown property 'separator'. Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 220
Error: Unknown property 'prefix'. Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 221
Error: Unknown property 'postfix'. Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 222
Error: Unknown property 'filterString'. Declaration
dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 223
Error: Unknown property 'behavior'. Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 246
Error: Expected end of value for property but found
','. Error in parsing value for property 'margin'.
Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 404
Fixed tree.css
Logged In: YES
user_id=831373
A fix has been checked into CVS.
The latest source can be obtained from
http://ndoc.sourceforge.net/ndoc-nightly.zip
Logged In: YES
user_id=831373
Okay fixed tree.css. It was missing # before f0f0f0.
"f0f0f0" -> "#f0f0f0".
Logged In: YES
user_id=831373
Error: Error in parsing value for property 'cursor'.
Declaration dropped.
Source File:
file:///C:/Program%20Files/NDoc%201.3/bin/net/1.1/doc/MSDN.css
Line: 135
"cursor: hand;" is Internet Explorer specific.
Fix: Change to "cursor: pointer;".
Logged In: YES
user_id=831373
MSDN.css appears to be using some IE-specific extensions.
That explains incompatibility with FireFox.