Safari HTML Reference: Supported Attributes says:
contenteditable If true, the element can be edited on the fly; if false, it cannot.
contenteditable
If true, the element can be edited on the fly; if false, it cannot.
If you cannot focus the contenteditable element try adding this to your css
[contenteditable] { -webkit-user-select: text; user-select: text; }