mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00
LibWeb: Implement the Element.contentEditable IDL attribute
This commit is contained in:
parent
07e13e9868
commit
7811cf3520
4 changed files with 68 additions and 7 deletions
|
@ -495,4 +495,9 @@ const String& Document::compat_mode() const
|
|||
return css1_compat;
|
||||
}
|
||||
|
||||
bool Document::is_editable() const
|
||||
{
|
||||
return m_editable;
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue