Bug Tracker

Modify

Ticket #10054 (closed bug: wontfix)

Opened 22 months ago

Last modified 21 months ago

Loading of library near closing <body> tag produces CSS validation errors

Reported by: dan.bower88@… Owned by:
Priority: low Milestone: 1.6.3
Component: misc Version: 1.6.2
Keywords: Cc:
Blocking: Blocked by:

Description

Hey,

I'm not entirely sure if this is a FF 5.0 issue or a jQuery issue but I am experiencing the following.

  •  http://jsfiddle.net/TUSMq/ - Produces CSS validation errors. This information is obtained from the Web Developer add-on for Firefox. I'm also running Firebug but I don't think it has any involvement in this.
  •  http://jsfiddle.net/TUSMq/1/ - Does not produce CSS validation errors. The only difference is that 1.6.1 is loaded instead of 1.6.2.
  •  http://jsfiddle.net/TUSMq/3/ - Does not produce CSS validation errors. This differs from the first fiddle in that the <script> element is a child of <head> instead of <body>.

The CSS validation errors are:

  • "Error in parsing value for 'left'. Declaration dropped"
  • "Error in parsing value for 'right'. Declaration dropped"

Sorry if this in indeed a problem for FireFox but even if it is, it may be more appropriate if they're notified from you instead of some random noob :) Hope it helps

Change History

comment:1 follow-up: ↓ 2 Changed 22 months ago by rwaldron

  • Priority changed from undecided to low
  • Resolution set to wontfix
  • Status changed from new to closed
  • Component changed from unfiled to misc
  • Milestone changed from None to 1.6.3

jsFiddle automatically wraps markup from the HTML box with <html>, <head> and <body>, so your examples are actually all invalid. Additionally, these CSS errors are extraneous.

comment:2 in reply to: ↑ 1 Changed 22 months ago by anonymous

Replying to rwaldron:

jsFiddle automatically wraps markup from the HTML box with <html>, <head> and <body>, so your examples are actually all invalid. Additionally, these CSS errors are extraneous.

I am sorry, I was simply using jsFiddle as a place to paste the HTML. I was conducting the tests from the local server. 1.6.2 is doing something that triggers invalid CSS. It's certainly doing something that 1.6.1 is not. Someone I have spoke with has reproduced this error. Please don't ignore it.

comment:3 Changed 21 months ago by anonymous

I am also encountering the same problem with all web pages generated using jQuery version 1.6.2. The errors disappear upon downgrading to 1.6.1. Definitely a bug.

Please follow the  bug reporting guidlines and use  jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

View

Add a comment

Modify Ticket

Action
as closed
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.