This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 14496 - interface HTMLAreaElement : HTMLElement { attribute DOMString alt; attribute DOMString coords; attribute DOMString shape; stringifier attribute DOMString href; attribute DOMString target; attribute
Summary: interface HTMLAreaElement : HTMLElement { attribute DOMString alt;...
Status: RESOLVED DUPLICATE of bug 14494
Alias: None
Product: WHATWG
Classification: Unclassified
Component: HTML (show other bugs)
Version: unspecified
Hardware: Other other
: P3 normal
Target Milestone: Unsorted
Assignee: Ian 'Hixie' Hickson
QA Contact: contributor
URL: http://www.whatwg.org/specs/web-apps/...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-18 13:57 UTC by contributor
Modified: 2012-07-18 18:48 UTC (History)
2 users (show)

See Also:


Attachments

Description contributor 2011-10-18 13:57:38 UTC
Specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/infrastructure.html
Multipage: http://www.whatwg.org/C#uievent
Complete: http://www.whatwg.org/c#uievent

Comment:
interface HTMLAreaElement : HTMLElement {	     attribute DOMString alt; 
	  attribute DOMString coords;		 attribute DOMString shape;  
stringifier attribute DOMString href;		 attribute DOMString target;  
	 attribute DOMString download;		  attribute DOMString ping;   
	attribute DOMString rel;   readonly attribute DOMTokenList relList;   
	attribute DOMString media;	      attribute DOMString hreflang;   
	attribute DOMString type;   // URL decomposition IDL attributes       
    attribute DOMString protocol;	     attribute DOMString host;	      
   attribute DOMString hostname;	    attribute DOMString port;	      
  attribute DOMString pathname; 	   attribute DOMString search;	      
   attribute DOMString hash; 

Posted from: 120.166.41.49
User agent: Mozilla/5.0 (BlackBerry; U; BlackBerry 9900; id) AppleWebKit/534.11+ (KHTML, like Gecko) Version/7.0.0.261 Mobile Safari/534.11+
Comment 1 Ms2ger 2011-10-18 17:35:20 UTC

*** This bug has been marked as a duplicate of bug 14494 ***