首页
学习
活动
专区
圈层
工具
发布
社区首页 >问答首页 >为什么我的控制台中有这么多引导警告?

为什么我的控制台中有这么多引导警告?
EN

Stack Overflow用户
提问于 2016-01-15 09:24:50
回答 1查看 9.3K关注 0票数 4

我已经导入了引导程序,下面是我的包含;它在mozilla中正确工作。然而,在铬中,它说:

代码语言:javascript
复制
GET http://np.lexity.com/embed/YW/5eac58cc7afdade1c6dea905c5dc7617?id=af1b3d2a1d3a net::ERR_BLOCKED_BY_CLIENT

以下是我的内容:

代码语言:javascript
复制
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Prerna Matrimony</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js"></script>
<script src="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<script src="themes/1/js-image-slider.js" type="text/javascript"></script>
<link href="themes/1/js-image-slider.css" rel="stylesheet" type="text/css" />
<link href="css/generic.css" rel="stylesheet" type="text/css" />
</head>

我还下载了引导文件并存储在我的项目文件夹中。然而,它也带来了同样的问题;有如下警告:

代码语言:javascript
复制
Unknown pseudo-class or pseudo-element '-webkit-inner-spin-button'. Ruleset ignored due to bad selector.


input[type="number"]::-webkit-inner-spin-button,


bootstrap.css (line 153, col 22)
Unknown pseudo-class or pseudo-element '-webkit-search-cancel-button'. Ruleset ignored due to bad selector.


input[type="search"]::-webkit-search-cancel-button,


bootstrap.css (line 163, col 22)
Unknown property '-moz-osx-font-smoothing'. Declaration dropped.


-moz-osx-font-smoothing: grayscale;


bootstrap.css (line 279, col 25)
Expected color but found 'auto'. Expected color but found '-webkit-focus-ring-color'. Expected end of value but found '-webkit-focus-ring-color'. Error in parsing value for 'outline'. Declaration dropped.


outline: 5px auto -webkit-focus-ring-color;


bootstrap.css (line 1110, col 15)
Expected end of value but found '\9 '. Error in parsing value for 'margin-top'. Declaration dropped.


margin-top: 1px \9;


bootstrap.css (line 2523, col 18)
Expected color but found 'auto'. Expected color but found '-webkit-focus-ring-color'. Expected end of value but found '-webkit-focus-ring-color'. Error in parsing value for 'outline'. Declaration dropped.


outline: 5px auto -webkit-focus-ring-color;


bootstrap.css (line 2541, col 15)
Unknown pseudo-class or pseudo-element '-ms-input-placeholder'. Ruleset ignored due to bad selector.


.form-control:-ms-input-placeholder {


bootstrap.css (line 2579, col 14)
Unknown pseudo-class or pseudo-element '-webkit-input-placeholder'. Ruleset ignored due to bad selector.


.form-control::-webkit-input-placeholder {


bootstrap.css (line 2582, col 15)
Unknown pseudo-class or pseudo-element '-ms-expand'. Ruleset ignored due to bad selector.


.form-control::-ms-expand {


bootstrap.css (line 2585, col 15)
Expected media feature name but found '-webkit-min-device-pixel-ratio'.


@media screen and (-webkit-min-device-pixel-ratio: 0) {


bootstrap.css (line 2605, col 19)
Expected end of value but found '\9 '. Error in parsing value for 'margin-top'. Declaration dropped.


margin-top: 4px \9;


bootstrap.css (line 2656, col 18)
Unknown property 'touch-action'. Declaration dropped.


touch-action: manipulation;


bootstrap.css (line 3016, col 18)
Unknown property 'user-select'. Declaration dropped.


user-select: none;


bootstrap.css (line 3021, col 21)
Expected color but found 'auto'. Expected color but found '-webkit-focus-ring-color'. Expected end of value but found '-webkit-focus-ring-color'. Error in parsing value for 'outline'. Declaration dropped.


outline: 5px auto -webkit-focus-ring-color;


bootstrap.css (line 3033, col 15)
Expected 'none', URL, or filter function but found 'alpha('. Error in parsing value for 'filter'. Declaration dropped.


filter: alpha(opacity=65);


bootstrap.css (line 3053, col 10)
Expected color but found '\9 '. Expected end of value but found '\9 '. Error in parsing value for 'border-top'. Declaration dropped.


border-top: 4px solid \9;
EN

回答 1

Stack Overflow用户

回答已采纳

发布于 2016-01-15 11:32:54

代码语言:javascript
复制
GET http://np.lexity.com/embed/YW/5eac58cc7afdade1c6dea905c5dc7617?id=af1b3d2a1d3a net::ERR_BLOCKED_BY_CLIENT

你用的是AdBlock还是Chrome的类似扩展?看起来是这样的,因为您的浏览器阻止对该域的HTTP请求。

关于你问题的第二部分。是火狐的控制台日志吗?如果是的话,火狐只能自己处理another vendor prefixes

票数 10
EN
页面原文内容由Stack Overflow提供。腾讯云小微IT领域专用引擎提供翻译支持
原文链接:

https://stackoverflow.com/questions/34807909

复制
相关文章

相似问题

领券
问题归档专栏文章快讯文章归档关键词归档开发者手册归档开发者手册 Section 归档