mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-03 23:00:58 +00:00 
			
		
		
		
	
		
			
	
	
		
			14 lines
		
	
	
	
		
			510 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			14 lines
		
	
	
	
		
			510 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								#import <DOM/Element.idl>
							 | 
						||
| 
								 | 
							
								#import <DOM/HTMLCollection.idl>
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								[Exposed=Window,
							 | 
						||
| 
								 | 
							
								 LegacyUnenumerableNamedProperties]
							 | 
						||
| 
								 | 
							
								interface HTMLAllCollection {
							 | 
						||
| 
								 | 
							
								    readonly attribute unsigned long length;
							 | 
						||
| 
								 | 
							
								    getter Element (unsigned long index);
							 | 
						||
| 
								 | 
							
								    getter (HTMLCollection or Element)? namedItem([FlyString] DOMString name);
							 | 
						||
| 
								 | 
							
								    (HTMLCollection or Element)? item(optional [FlyString] DOMString nameOrIndex);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    // Note: HTMLAllCollection objects have a custom [[Call]] internal method and an [[IsHTMLDDA]] internal slot.
							 | 
						||
| 
								 | 
							
								};
							 |