mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-12-08 06:09:58 +00:00
LibWeb: CSS selector read-write honor is_allowed_to_be_readonly
This commit is contained in:
parent
cd4ac4f30f
commit
fb258639d1
Notes:
github-actions[bot]
2025-10-24 18:17:09 +00:00
Author: https://github.com/lpas
Commit: fb258639d1
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6552
Reviewed-by: https://github.com/AtkinsSJ ✅
5 changed files with 181 additions and 19 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue