mirror of
				https://github.com/LadybirdBrowser/ladybird.git
				synced 2025-10-31 05:10:57 +00:00 
			
		
		
		
	LibHTML: Some initial works towards a simple CSS parser.
This commit is contained in:
		
							parent
							
								
									891e668e35
								
							
						
					
					
						commit
						ae8eff55a7
					
				
				
				Notes:
				
					sideshowbarker
				
				2024-07-19 13:31:58 +09:00 
				
			
			Author: https://github.com/awesomekling
Commit: ae8eff55a7
			
					 3 changed files with 100 additions and 4 deletions
				
			
		|  | @ -1,6 +1,7 @@ | |||
| #include <LibHTML/CSS/Selector.h> | ||||
| 
 | ||||
| Selector::Selector() | ||||
| Selector::Selector(Vector<Component>&& components) | ||||
|     : m_components(move(components)) | ||||
| { | ||||
| } | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling