[326471] Script element for HTML5 is lacking attribute declarations
diff --git a/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/contentmodel/HTML5AttributeCollection.java b/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/contentmodel/HTML5AttributeCollection.java
index 9622122..801dbdf 100644
--- a/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/contentmodel/HTML5AttributeCollection.java
+++ b/bundles/org.eclipse.wst.html.core/src/org/eclipse/wst/html/core/internal/contentmodel/HTML5AttributeCollection.java
@@ -851,7 +851,7 @@
 		 * (event CDATA #IMPLIED)
 		 * (for %URI; #IMPLIED)
 		 */
-		else if (elementName.equals(HTML40Namespace.ElementName.TEXTAREA)){
+		else if (elementName.equals(HTML40Namespace.ElementName.SCRIPT)){
 			String[] names = {ATTR_NAME_CHARSET,  ATTR_NAME_SRC, ATTR_NAME_DEFER};
 			getDeclarations(attributes, Arrays.asList(names).iterator());