The Fix Missing Attributes feature
Is Your Site Missing Key Tag Attributes?
If a Web site is missing key tag attributes, the browsers take free reign over how they will display the Web pages. It doesn’t always work out for the best and you can’t afford to leave the way it renders and interacts with users to chance.
The Solution
Among the most common missing attributes found in Web pages are the cols, rows attributes in text area elements, and the type attribute to script tags. Use this feature to detect any unusual or missing tags and fill them in correctly.
Add type attribute to script
The type attribute indicates the MIME type of a script tag. It is a mandatory attribute whenever this tag is used. This feature guides you through every script tag that lacks this attribute so that you can include the appropriate value.
Add rows attribute to textarea
The rows attribute sets the number of visible rows in a textarea- also a mandatory attribute whenever this tag is used. This feature takes you through all of the textarea attribute and allows you to correct it.
Add cols attribute to textarea
The cols attribute sets the number of visible columns in a text area. Again, this is a mandatory attribute. This feature displays each text area tag missing this attribute so that you can fill it in.