This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 6846 - Statement "src: url(...);" corrupted when saving
Summary: Statement "src: url(...);" corrupted when saving
Status: NEW
Alias: None
Product: Amaya
Classification: Unclassified
Component: CSS (show other bugs)
Version: 11.2
Hardware: PC Linux
: P2 minor
Target Milestone: ---
Assignee: Vatton
QA Contact: Vatton
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-04-26 14:37 UTC by Philippe Cochy
Modified: 2009-04-26 14:37 UTC (History)
5 users (show)

See Also:


Attachments

Description Philippe Cochy 2009-04-26 14:37:33 UTC
When a XHTML document is saved, these statements :
<style type="text/css" media="screen, print">
    @font-face {
      font-family: "Pecita";
      src: url("http://pecita.fr/i/Pecita.ttf");
    }
are changed to :
@font-face {
      font-family: "Pecita";
      src: url("Pecita.ttf");
    }
(the path is silently removed)

Thanks a lot for AMAYA, that I use to build these html sites:
 http://cll-corse.org
 http://corsica.bz
 http://levante.fr
 http://pecita.com
and this svg site :
 http://pecita.fr
 
 Regards,
Philippe Cochy