New issue
Advanced search Search tips

Issue 702959 link

Starred by 0 users

Issue metadata

Status: Fixed
Owner:
Closed: Mar 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: All
Pri: 3
Type: Bug



Sign in to add a comment

calc() should not take Relative unit in transform-function of setMatrixValue()

Project Member Reported by hs1217....@samsung.com, Mar 19 2017

Issue description

when used calc()  in transform-function of setMatrixValue(),
calc() should not take Relative unit.
if calc() take relative unit, should be thrown a SyntaxError exception.

https://drafts.fxtf.org/geometry/#dom-dommatrix-setmatrixvalue
 
Status: Started (was: Untriaged)
Project Member

Comment 2 by bugdroid1@chromium.org, Mar 21 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/cc6b59309149c3bff4a8c7eb57252d7323fab0dd

commit cc6b59309149c3bff4a8c7eb57252d7323fab0dd
Author: hs1217.lee <hs1217.lee@samsung.com>
Date: Tue Mar 21 00:06:14 2017

calc() should not take Relative unit in transform-function of setMatrixValue()

when used calc()  in transform-function of setMatrixValue(),
calc() should not take Relative unit.
if calc() take relative unit, should be thrown a SyntaxError exception.

https://drafts.fxtf.org/geometry/#dom-dommatrix-setmatrixvalue

BUG= 702959 

Review-Url: https://codereview.chromium.org/2758153002
Cr-Commit-Position: refs/heads/master@{#458247}

[modify] https://crrev.com/cc6b59309149c3bff4a8c7eb57252d7323fab0dd/third_party/WebKit/LayoutTests/fast/dom/geometry-interfaces-dom-matrix-setMatrixValue.html
[modify] https://crrev.com/cc6b59309149c3bff4a8c7eb57252d7323fab0dd/third_party/WebKit/Source/core/css/resolver/TransformBuilder.cpp

Components: Blink
Labels: OS-All
Status: Fixed (was: Started)

Sign in to add a comment