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
Copy file name to clipboardExpand all lines: release/csslint-node.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
THE SOFTWARE.
22
22
23
23
*/
24
-
/* Build time: 10-February-2012 02:23:58 */
24
+
/* Build time: 10-February-2012 02:34:15 */
25
25
26
26
/*!
27
27
Parser-Lib
@@ -8597,11 +8597,11 @@ CSSLint.addRule({
8597
8597
actual=needsStandard[i].actual;
8598
8598
8599
8599
if(!properties[needed]){
8600
-
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",event.line,event.col,rule);
8600
+
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",event.line,event.col,rule);
8604
+
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
Copy file name to clipboardExpand all lines: release/csslint-rhino.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
THE SOFTWARE.
22
22
23
23
*/
24
-
/* Build time: 10-February-2012 02:23:58 */
24
+
/* Build time: 10-February-2012 02:34:15 */
25
25
varCSSLint=(function(){
26
26
27
27
/*!
@@ -8598,11 +8598,11 @@ CSSLint.addRule({
8598
8598
actual=needsStandard[i].actual;
8599
8599
8600
8600
if(!properties[needed]){
8601
-
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",event.line,event.col,rule);
8601
+
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",event.line,event.col,rule);
8605
+
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
Copy file name to clipboardExpand all lines: release/csslint-worker.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
THE SOFTWARE.
22
22
23
23
*/
24
-
/* Build time: 10-February-2012 02:23:58 */
24
+
/* Build time: 10-February-2012 02:34:15 */
25
25
26
26
/*!
27
27
Parser-Lib
@@ -8597,11 +8597,11 @@ CSSLint.addRule({
8597
8597
actual=needsStandard[i].actual;
8598
8598
8599
8599
if(!properties[needed]){
8600
-
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",event.line,event.col,rule);
8600
+
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",event.line,event.col,rule);
8604
+
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
Copy file name to clipboardExpand all lines: release/csslint-wsh.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
THE SOFTWARE.
22
22
23
23
*/
24
-
/* Build time: 10-February-2012 02:23:58 */
24
+
/* Build time: 10-February-2012 02:34:15 */
25
25
varCSSLint=(function(){
26
26
27
27
/*!
@@ -8598,11 +8598,11 @@ CSSLint.addRule({
8598
8598
actual=needsStandard[i].actual;
8599
8599
8600
8600
if(!properties[needed]){
8601
-
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",event.line,event.col,rule);
8601
+
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",event.line,event.col,rule);
8605
+
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
Copy file name to clipboardExpand all lines: release/csslint.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
THE SOFTWARE.
22
22
23
23
*/
24
-
/* Build time: 10-February-2012 02:23:58 */
24
+
/* Build time: 10-February-2012 02:34:15 */
25
25
varCSSLint=(function(){
26
26
27
27
/*!
@@ -8598,11 +8598,11 @@ CSSLint.addRule({
8598
8598
actual=needsStandard[i].actual;
8599
8599
8600
8600
if(!properties[needed]){
8601
-
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",event.line,event.col,rule);
8601
+
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",event.line,event.col,rule);
8605
+
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
Copy file name to clipboardExpand all lines: release/npm/lib/csslint-node.js
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
21
THE SOFTWARE.
22
22
23
23
*/
24
-
/* Build time: 10-February-2012 02:23:58 */
24
+
/* Build time: 10-February-2012 02:34:15 */
25
25
26
26
/*!
27
27
Parser-Lib
@@ -8597,11 +8597,11 @@ CSSLint.addRule({
8597
8597
actual=needsStandard[i].actual;
8598
8598
8599
8599
if(!properties[needed]){
8600
-
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",event.line,event.col,rule);
8600
+
reporter.report("Missing standard property '"+needed+"' to go along with '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",event.line,event.col,rule);
8604
+
reporter.report("Standard property '"+needed+"' should come after vendor-prefixed property '"+actual+"'.",properties[actual][0].name.line,properties[actual][0].name.col,rule);
0 commit comments