DOMException.VALIDATION_ERR

DOMException.VALIDATION_ERR field

Om ett anrop till en metod som insertBefore eller removeChild skulle göra Noden ogiltig med avseende på “partiell validity”, skulle detta undantag uppstå och operationen skulle inte utföras. Denna kod används i [DOM Level 3 Validation]. Se denna specifikation för ytterligare information.

public const ushort VALIDATION_ERR;

Se även