Remove & is a bad idea.

In css, background images are defined as: url(image).

Image is, in most cases, a  relative path (ex url(./images/button.gif). The 
base directory is  CSS  FILE DIRECTORY. 
A pretty url means that this directory changes:
aiki/style/default/1_2_3/english
aiki/style/default/1/english

what file must request the browser?  
aiki/style/default/1_2_3/english/images/button.gif ?
aiki/style/default/1/english/images/button.gif  ?

or aiki/images/button.gif


In HTML and XHTML & must be escaped as &


** Changed in: aikiframework
       Status: Confirmed => Invalid

-- 
You received this bug notification because you are a member of Aiki
Framework Admins, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/542499

Title:
  CSS link is invalid HTML5 markup

Status in Aiki Framework:
  Invalid

Bug description:
  <link rel="stylesheet" type="text/css"
  
href="http://www.redcapmedia.com/style.php?site=default&widgets=20_18_22_23_24_26_25";
  />

  The link does not make HTML5.0 validator happy... we need to make this
  URL look better.... mainly remove the ? and & and = and replace with
  slashes...

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/542499/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework.admins
Post to     : aikiframework.admins@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework.admins
More help   : https://help.launchpad.net/ListHelp

Reply via email to