whatwg/html

More infinite/NaN handling for <canvas> API members

Open

#1,844 opened on 2016年9月30日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)HTML (7,654 stars) (2,520 forks)batch import
good first issueneeds teststopic: canvas

説明

From https://github.com/whatwg/html/pull/1790#issuecomment-250752410:

@zcorpan The list given above doesn't look complete to me. It's missing:

  • shadowOffsetX
  • shadowOffsetY
  • shadowBlur
  • lineWidth
  • miterLimit
  • setLineDash
  • lineDashOffset

at first glance.

There might be more missing as this is from Firefox implementation which may not have everything implemented yet.

We also forgot to file a WPT issue.

コントリビューターガイド