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 28651 - [Canvas2D] "styles" is missing apostrophe
Summary: [Canvas2D] "styles" is missing apostrophe
Status: ASSIGNED
Alias: None
Product: HTML WG
Classification: Unclassified
Component: CR HTML Canvas 2D Context (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Philippe Le Hegaret
QA Contact: HTML WG Bugzilla archive list
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-18 02:39 UTC by Michael Dyck
Modified: 2015-07-10 14:37 UTC (History)
4 users (show)

See Also:


Attachments

Description Michael Dyck 2015-05-18 02:39:00 UTC
In "3 Line styles",
in the "trace a path" algorithm,
every occurrence of
    <i>styles</i>
should presumably be
    <i>style</i>'s
Comment 1 Philippe Le Hegaret 2015-06-16 18:09:38 UTC
eg, in
[[
If the styles dash list is empty, jump to the step labeled convert.
]]

you'd like to see:
[[
If the style's dash list is empty, jump to the step labeled convert.
]]

I'd like to get a second opinion on this...