Inline CSS produces extra unwanted url references - Views V2 -
--------------------------------------------------------------
Key: FOR-744
URL: http://issues.apache.org/jira/browse/FOR-744
Project: Forrest
Type: Bug
Components: Views
Versions: 0.8-dev
Reporter: Gavin
Taken from http://marc.theaimsgroup.com/?l=forrest-dev&m=113313199327182&w=2
>5. In the inline CSS of the /samples/index.html page there is produced a
>wierd and non-compliant use of code when ever the background-image url is
>used.
>For instance multiple times there are instances of :-
>
>#header .round-top-left-small {
> background-image:
>url(../themes/images/roundcorner-t-l-5-bgFFFFFF-stroke000000-fg000000.png);<a
>href="../themes/images/roundcorner-t-l-5-bgFFFFFF-stroke000000-fg000000.png">
></a>;
> background-repeat: no-repeat;
> background-position: top left;
>}
>
>This occurs on every instance of when an image is referenced using the
>background-image: url .
>The extra :-
>
><a
>href="../themes/images/roundcorner-t-l-5-bgFFFFFF-stroke000000-fg000000.png">
></a>;
>
>is neither required nor compliant.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira