mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-04 07:10:57 +00:00 
			
		
		
		
	These circular imports led to the generator silently failing to generate the required methods/properties.
		
			
				
	
	
		
			4 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
	
		
			163 B
		
	
	
	
		
			Text
		
	
	
	
	
	
// https://w3c.github.io/DOM-Parsing/#the-innerhtml-mixin
 | 
						|
interface mixin InnerHTML {
 | 
						|
    [LegacyNullToEmptyString, CEReactions] attribute DOMString innerHTML;
 | 
						|
};
 |