You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implementations should drop support for it as soon as possible.
1359
1334
1360
-
This example disables input method support for a field;
1361
-
this might be necessary for fields that enter data
1362
-
into a database that doesn't support extended character sets,
1363
-
for example.
1364
-
</div>
1335
+
Authors must not use the ime-mode property
1365
1336
1337
+
Users may use the ime-mode property only for repair use-cases where they have to work around bad sites and legacy implementations, e.g. with a user style sheet rule like:
This example CSS may be placed into a user style sheet file to force password input fields to behave in a default manner.
1374
-
</div>
1375
1347
1376
-
Note: In general, it's not appropriate for a public web site
1377
-
to manipulate the IME mode setting.
1378
-
This property should be used for web applications and the like.
1379
-
Authors should not rely on disabling IME
1380
-
to prevent extended characters from passing through a form.
1381
-
Even with IME disabled, users can still paste extended characters
1382
-
into a form's fields.
1348
+
This specification deliberately does not attempt to document the functionality of legacy ime-mode implementations nor what they specifically support because it does not make sense to pursue or recommend any such path.
1349
+
1383
1350
1384
-
Note: The 'ime-mode' property is at risk.
1385
1351
1386
1352
<hr title="Separator from footer">
1387
1353
@@ -1438,7 +1404,7 @@ or were insufficiently implemented to exit CR.
1438
1404
<!-- e.g. System Appearance -->
1439
1405
<li>Adding a small number of new but already interoperably
1440
1406
implemented features.
1441
-
<!-- e.g. text-overflow, ime-mode -->
1407
+
<!-- e.g. text-overflow -->
1442
1408
1443
1409
</ul>
1444
1410
@@ -1459,8 +1425,6 @@ interoperability problems and further details to explore/define.
1459
1425
1460
1426
<li>'cursor' property. Added detail about applying to the border, padding, and content areas of the element.
1461
1427
1462
-
<li>'ime-mode' property - new!
1463
-
1464
1428
<li>'text-overflow' property - new!
1465
1429
1466
1430
<li>2013-nov-28: 'nav-up', 'nav-right', 'nav-down', and 'nav-left' properties removed from the "at risk" list
0 commit comments