mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 15:32:46 +00:00 
			
		
		
		
	LibWeb: Add missing check for frequency values
This commit is contained in:
		
							parent
							
								
									66b7da4fc7
								
							
						
					
					
						commit
						f1d7ea67c0
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -6194,6 +6194,7 @@ Optional<Parser::PropertyAndValue> Parser::parse_css_value_for_properties(Readon | |||
|     } | ||||
| 
 | ||||
|     bool property_accepts_dimension = any_property_accepts_type(property_ids, ValueType::Angle).has_value() | ||||
|         || any_property_accepts_type(property_ids, ValueType::Frequency).has_value() | ||||
|         || any_property_accepts_type(property_ids, ValueType::Length).has_value() | ||||
|         || any_property_accepts_type(property_ids, ValueType::Percentage).has_value() | ||||
|         || any_property_accepts_type(property_ids, ValueType::Resolution).has_value() | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Sam Atkins
						Sam Atkins