mirror of
https://github.com/LadybirdBrowser/ladybird
synced 2026-04-26 01:35:08 +02:00
LibWeb: CSS selector read-write honor is_allowed_to_be_readonly
This commit is contained in:
Notes:
github-actions[bot]
2025-10-24 18:17:09 +00:00
Author: https://github.com/lpas Commit: https://github.com/LadybirdBrowser/ladybird/commit/fb258639d12 Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/6552 Reviewed-by: https://github.com/AtkinsSJ ✅
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user