Wrox Home  
Search P2P Archive for: Go

  Return to Index  

javascript_howto thread: Is it w3c Compliant ?


Message #1 by "Florian Barbera" <florian_barbera@h...> on Fri, 12 Oct 2001 06:48:29 -0400
Hi !

My first question concerns CSS : are IE CSS also compliant with W3C ? If 
not, what are the differences ?

Second question : I need to know if these different methods or attributs are 
w3c compliant. If they are not could you tell me which methode or attribut I 
should use ? Thanks in advance.

document.body.offsetWidth
document.selection.type
document.elementFromPoint(x,y)
document.elementFromPoint(x,y).className
document.body.clientHeight
document.body.style.marginLeft
document.body.insertAdjacentHTML
document.all.DeleteBtn.disabled = ... (I know with document.all it is not 
w3c compliant)
document.all.EditBtn.value (.disabled) = ...
document.all.PrinbtBn.disabled = ...
document.all.formArea

Thanks :)

Florian

  Return to Index