We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bde96b7 commit 821598eCopy full SHA for 821598e
css.md
@@ -280,4 +280,9 @@ user-select:none;
280
@media (device-height:736px) and (-webkit-min-device-pixel-ratio:2){/* 兼容iphone6 Plus */
281
.class{}
282
}
283
+```
284
+
285
+- 屏蔽苹果浏览器对数字的识别[Meta标签中的format-detection属性及含义](http://blog.sina.com.cn/s/blog_51048da70101cgea.html)
286
+```html
287
+<meta content="telephone=no" name="format-detection">
288
```
0 commit comments