DOM Object: HTMLAnchorElement
| Property/Method | Functional Description | Data | Test Case |
| accessKey | test various character access keys and check to see if form is really accessible. | hanc000.html | |
| charset | cycle through available charsets from HTML4 spec. | hanc001.html | |
| coords | test comma-separated integer strings of various lengths | hanc002.html | |
| href | set/check against valid and invalid URLs and anchors | hanc003.html | |
| hreflang | set to different language codes | hanc004.html | |
| name | set/check to strings in various equivalence classes | hanc005.html | |
| rel | test combinations of the link types (Next,Prev,Index) etc. | hanc006.html | |
| rev | test combinations of the link types (Next,Prev,Index) etc. | hanc007.html | |
| shape | test all valid and invalid shapes (4 valid) | hanc008.html | |
| tabIndex | set/check against valid/invalid/duplicate numbers | hanc009.html | |
| target | test valid URIs | hanc010.html | |
| type | set to different mimetypes | hanc011.html | |
| blur() | set and check (using onblur and onfocus) to see if the link was blurred | hanc012.html | |
| focus() | set and check (using onblur and onfocus) to see if the link was focussed |