marlowecheng/marlowes-portfolio

css validation errors for transform: scale() values

Closed this issue · 1 comments

Status: Open

Description: CSS validation is flagging errors for invalid values for scale()

Steps to reproduce:

  1. Go to https://jigsaw.w3.org/css-validator/
  2. Enter marlowecheng.com
  3. Wait for validation results

Expected result: Pass the validator with no errors or warnings from non-vendor CSS files.

Actual result: Three warnings for invalid scale() values.

image

Configuration: All platforms

Severity: Low

Priority: Low

Type: Code

Replaced scale(103%) with scale(1.03)
image
image
image
image