mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 08:02:44 +00:00 
			
		
		
		
	LibWeb: Add namespace to Element
This commit is contained in:
		
							parent
							
								
									efaf03e986
								
							
						
					
					
						commit
						e8a9e8aed5
					
				
					 167 changed files with 505 additions and 340 deletions
				
			
		|  | @ -117,7 +117,7 @@ private: | |||
|     void generate_implied_end_tags(const FlyString& exception = {}); | ||||
|     void generate_all_implied_end_tags_thoroughly(); | ||||
|     bool stack_of_open_elements_has_element_with_tag_name_in_scope(const FlyString& tag_name); | ||||
|     NonnullRefPtr<DOM::Element> create_element_for(const HTMLToken&); | ||||
|     NonnullRefPtr<DOM::Element> create_element_for(const HTMLToken&, const FlyString& namespace_); | ||||
| 
 | ||||
|     struct AdjustedInsertionLocation { | ||||
|         RefPtr<DOM::Node> parent; | ||||
|  | @ -128,6 +128,7 @@ private: | |||
| 
 | ||||
|     DOM::Text* find_character_insertion_node(); | ||||
|     void flush_character_insertions(); | ||||
|     RefPtr<DOM::Element> insert_foreign_element(const HTMLToken&, const FlyString&); | ||||
|     RefPtr<DOM::Element> insert_html_element(const HTMLToken&); | ||||
|     DOM::Element& current_node(); | ||||
|     DOM::Element& node_before_current_node(); | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Luke
						Luke