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 14246 - 2d.text.font.parse.complex expects font family in double-quotes
Summary: 2d.text.font.parse.complex expects font family in double-quotes
Status: RESOLVED INVALID
Alias: None
Product: HTML WG
Classification: Unclassified
Component: testsuite (show other bugs)
Version: unspecified
Hardware: PC All
: P2 normal
Target Milestone: ---
Assignee: This bug has no owner yet - up for the taking
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-22 15:59 UTC by Andreas Kling
Modified: 2011-09-22 17:01 UTC (History)
3 users (show)

See Also:


Attachments

Description Andreas Kling 2011-09-22 15:59:21 UTC
For the 2D canvas test 2d.text.font.parse.complex.html, the font family Unknown Font is expected to serialize into "Unknown Font" while 'Unknown Font' (double vs single quotes) is also correct.
Comment 1 Ms2ger 2011-09-22 16:32:46 UTC
What makes you think that?

<http://dev.w3.org/csswg/cssom/#serialize-a-css-value-component> and <http://dev.w3.org/csswg/cssom/#serialize-a-string> seem quite clear in only allowing double quotes.
Comment 2 Andreas Kling 2011-09-22 17:01:11 UTC
(In reply to comment #1)
> What makes you think that?
> 
> <http://dev.w3.org/csswg/cssom/#serialize-a-css-value-component> and
> <http://dev.w3.org/csswg/cssom/#serialize-a-string> seem quite clear in only
> allowing double quotes.

Curses, you're right! Sorry about the noise.