mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 21:52:45 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			131 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| #import <DOM/Text.idl>
 | |
| 
 | |
| // https://dom.spec.whatwg.org/#interface-cdatasection
 | |
| [Exposed=Window]
 | |
| interface CDATASection : Text {
 | |
| };
 | 
