LibWeb: CSS selector read-write honor is_allowed_to_be_readonly

This commit is contained in:
Lorenz A 2025-10-23 02:06:44 +02:00 committed by Sam Atkins
parent cd4ac4f30f
commit fb258639d1
Notes: github-actions[bot] 2025-10-24 18:17:09 +00:00
5 changed files with 181 additions and 19 deletions

View file

@ -251,6 +251,7 @@ public:
virtual bool is_mutable() const override;
virtual bool uses_button_layout() const override;
bool is_allowed_to_be_readonly() const;
private:
HTMLInputElement(DOM::Document&, DOM::QualifiedName);