[Bug 24148] New: Reference the URL spec

https://www.w3.org/Bugs/Public/show_bug.cgi?id=24148

            Bug ID: 24148
           Summary: Reference the URL spec
           Product: SVG
           Version: SVG 2.0
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Linking
          Assignee: schepers@w3.org
          Reporter: simonp@opera.com
        QA Contact: www-svg@w3.org

See bug 23968 which is the same issue but for CSS.

As for the url query encoding situation in impl, it's as follows:

d.e. = document's encoding

Element Gecko Blink Presto
a    d.e.  d.e.  d.e.
feImage d.e.  ?     utf-8
image   d.e.  utf-8 utf-8
use     d.e.  d.e.  utf-8

(IE not tested.)

HTML uses the document's encoding for almost everything. It's unclear whether
we should be consistent or use utf-8 as much as possible. Hixie argues for the
former.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 20 December 2013 14:36:46 UTC