My id’s are automatically assigned in the html-document and therefore unique, but if a user copy and pastes an item it is possible that an id exists twice.
Is it possible to check the document for a doubled id?
I work with Dreamweaver Version 11.0.
My id’s are automatically assigned in the html-document and therefore unique, but if a
Share
Dreamweaver is supposed to be able to provide validation (and having multiple IDs declared will throw a validation error) based on the declared doctype in the Window | Results | Validation tab but it’s a little buggy and may not work properly.
You will have better luck and more consistent results by running your page through the W3 Validator service