[Webkit-unassigned] [Bug 197814] New: Computed width of non-replaced inline incorrectly returns "auto" instead of the computed value.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat May 11 06:46:22 PDT 2019


https://bugs.webkit.org/show_bug.cgi?id=197814

            Bug ID: 197814
           Summary: Computed width of non-replaced inline incorrectly
                    returns "auto" instead of the computed value.
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: emilio at crisal.io

<!doctype html>
<span id="inline" style="width: 10%">A</span>
<pre>
<script>
  document.writeln(getComputedStyle(inline).width);
</script>
</pre>

All engines but WebKit show "10%" instead of "auto".

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20190511/04fb813e/attachment.html>


More information about the webkit-unassigned mailing list