mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-11-04 07:10:57 +00:00 
			
		
		
		
	
		
			
	
	
		
			9 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			Text
		
	
	
	
	
	
		
		
			
		
	
	
			9 lines
		
	
	
	
		
			243 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| 
								 | 
							
								// https://www.w3.org/TR/cssom-1/#namespacedef-css
							 | 
						||
| 
								 | 
							
								[Exposed=Window]
							 | 
						||
| 
								 | 
							
								namespace CSS {
							 | 
						||
| 
								 | 
							
								    CSSOMString escape(CSSOMString ident);
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								    boolean supports(CSSOMString property, CSSOMString value);
							 | 
						||
| 
								 | 
							
								    boolean supports(CSSOMString conditionText);
							 | 
						||
| 
								 | 
							
								};
							 |