whatwg/html

More infinite/NaN handling for <canvas> API members

Open

#1,844 创建于 2016年9月30日

在 GitHub 查看
 (2 评论) (0 反应) (0 负责人)HTML (7,654 star) (2,520 fork)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.

贡献者指南