AngleSharp.Diffing
                                
                                
                                
                                    AngleSharp.Diffing copied to clipboard
                            
                            
                            
                        Add support for aria- boolean attributes to BooleanAttributeComparer
There are a bunch of aria- attributes that are boolean attributes. These should be supported by the BooleanAttributeComparer.
On the surface, it looks like it is just a matter of updating the attributes listed in the hashset here: https://github.com/AngleSharp/AngleSharp.Diffing/blob/aa216ef0c8b26d849d81adee443dafe6126d442f/src/AngleSharp.Diffing/Strategies/AttributeStrategies/BooleanAttributeComparer.cs#L14-L41
And obviously make sure all tests cover the new attributes.