mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-03 23:00:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
	
		
			250 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#import <DOM/Element.idl>
 | 
						|
 | 
						|
[Exposed=Window, LegacyUnenumerableNamedProperties]
 | 
						|
interface HTMLCollection {
 | 
						|
 | 
						|
    readonly attribute unsigned long length;
 | 
						|
    getter Element? item(unsigned long index);
 | 
						|
    getter Element? namedItem(DOMString name);
 | 
						|
 | 
						|
};
 |