We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, I am using firefox to review the slides, and I am not able to edit the examples.
When I look into the issue, it seems the contenteditable attribute is not working. when i type, it puts the content into the Body.
In the firefox dev tools, it says "-webkit-user-modify:read write plaintext-only" is an invalid property.
When I look into this issue on MDN, https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content this example does work...
This does work on Chrome..
The text was updated successfully, but these errors were encountered:
sorry to clarify what i mean when I say Body..
Sorry, something went wrong.
which slide? URL of the page you're on please. thanks
ahh sorry.. here you go.
https://estelle.github.io/cssmastery/generated/#slide4
Thanks,
No branches or pull requests
Hi, I am using firefox to review the slides, and I am not able to edit the examples.
When I look into the issue, it seems the contenteditable attribute is not working. when i type, it puts the content into the Body.
In the firefox dev tools, it says "-webkit-user-modify:read write plaintext-only" is an invalid property.
When I look into this issue on MDN, https://developer.mozilla.org/en-US/docs/Web/Guide/HTML/Editable_content this example does work...
This does work on Chrome..
The text was updated successfully, but these errors were encountered: