mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 17:02:45 +00:00 
			
		
		
		
	LibWeb: Move Attribute into the DOM namespace
This commit is contained in:
		
							parent
							
								
									2d4650714f
								
							
						
					
					
						commit
						cb895edad4
					
				
					 3 changed files with 9 additions and 9 deletions
				
			
		|  | @ -16,7 +16,7 @@ bool prescan_should_abort(const ByteBuffer& input, const size_t& position); | |||
| bool prescan_is_whitespace_or_slash(const u8& byte); | ||||
| bool prescan_skip_whitespace_and_slashes(const ByteBuffer& input, size_t& position); | ||||
| Optional<String> extract_character_encoding_from_meta_element(String const&); | ||||
| Optional<Attribute> prescan_get_attribute(const ByteBuffer& input, size_t& position); | ||||
| Optional<DOM::Attribute> prescan_get_attribute(const ByteBuffer& input, size_t& position); | ||||
| Optional<String> run_prescan_byte_stream_algorithm(const ByteBuffer& input); | ||||
| String run_encoding_sniffing_algorithm(const ByteBuffer& input); | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Andreas Kling
						Andreas Kling