mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Unprefix -moz-read-write / -moz-read-only
This commit is contained in:
parent
e4630ce481
commit
4cc014cb6b
25 changed files with 75 additions and 75 deletions
|
|
@ -1,8 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<style>
|
||||
:-moz-read-only { color: green; }
|
||||
:-moz-read-write { color: red; }
|
||||
:read-only { color: green; }
|
||||
:read-write { color: red; }
|
||||
</style>
|
||||
<body onload="document.designMode='on';document.designMode='off'">
|
||||
<div>test</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue