Home | History | Annotate | Download | only in web

Lines Matching refs:Quirks

1342                         // Opera reports document.body.client[Width/Height] properly in both quirks and standards
1348 // Everyone else use document.documentElement or document.body depending on Quirks vs Standards mode
3333 // IE 6 and 7 quirks mode the border width is overwritable by the following css html { border: 0; }
3336 // However, in IE6 and 7 quirks mode the clientLeft and clientTop properties are not updated when overwriting it via CSS