mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-03 23:00:58 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			14 lines
		
	
	
	
		
			385 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			14 lines
		
	
	
	
		
			385 B
		
	
	
	
		
			Text
		
	
	
	
	
	
#import <HTML/HTMLElement.idl>
 | 
						|
 | 
						|
interface HTMLTextAreaElement : HTMLElement {
 | 
						|
 | 
						|
    [Reflect] attribute DOMString placeholder;
 | 
						|
    [Reflect] attribute DOMString name;
 | 
						|
    [Reflect] attribute DOMString wrap;
 | 
						|
    readonly attribute DOMString type;
 | 
						|
 | 
						|
    [Reflect] attribute boolean disabled;
 | 
						|
    [Reflect=readonly] attribute boolean readOnly;
 | 
						|
    [Reflect] attribute boolean required;
 | 
						|
 | 
						|
};
 |