Ahmad Saleem

Results 44 issues of Ahmad Saleem

getBoundingClientRect() returns wrong value for tr, td and its descendants for a vertical table https://bugs.webkit.org/show_bug.cgi?id=170768 Reviewed by NOBODY (OOPS!). Patch Authored by Yuki Sekiguchi RenderTableRow grows toward y axis even...

merging-blocked
DOM
WebKit Nightly Build

text-transform:uppercase in SVG causes misplaced letters https://bugs.webkit.org/show_bug.cgi?id=171664 Reviewed by NOBODY (OOPS!). Patch Authored by Simon Fraser and Partial Merge - https://src.chromium.org/viewvc/blink?view=revision&revision=184655 Override setRenderText method in RenderSVGInlineText so that text with...

merging-blocked
SVG
WebKit Nightly Build

Suppress zero-length text SVG inline renderers https://bugs.webkit.org/show_bug.cgi?id=119719 Reviewed by NOBODY (OOPS!). Merge - https://chromium.googlesource.com/chromium/blink/+/e4c158a33d34264796abfa683d0413568dfdcde0 The SVG text layout functions assert non-zero metrics for SVG inline text (see SVGTextLayoutEngine::layoutTextOnLineOrPath, for example)....

merging-blocked

Make narrowPrecisionToFloat() use clampTo() instead of static_cast https://bugs.webkit.org/show_bug.cgi?id=245356 Reviewed by NOBODY (OOPS!). Merge - https://src.chromium.org/viewvc/blink?view=revision&revision=182563 For numbers within the range of valid floats, this has no effect. For numbers outside...

WebKit Misc.
WebKit Nightly Build

Account for zoom when computing SVG font size https://bugs.webkit.org/show_bug.cgi?id=118818 Reviewed by NOBODY (OOPS!). Merge - https://chromium.googlesource.com/chromium/blink/+/5624c6e475af92d541edc8a3394602e320d00323 & https://src.chromium.org/viewvc/blink?view=revision&revision=180995 Previously, text that was zoomed appeared larger than geometry under the same...

merging-blocked
SVG
WebKit Nightly Build

Open a color input with display:none via a label https://bugs.webkit.org/show_bug.cgi?id=245449 Reviewed by NOBODY (OOPS!). This is to align Webkit behavior with all other browser engines Gecko / Firefox and Blink...

merging-blocked
Forms
WebKit Nightly Build

SVG text transform css animation has no effect https://bugs.webkit.org/show_bug.cgi?id=149617 Reviewed by NOBODY (OOPS!). Merge - https://chromium.googlesource.com/chromium/src.git/+/9471053555d605a19e0c3ec604d69aa81fe5ffde Webkit was lacking check on whether needs transform or not on the RenderSVGInline. Implement...

SVG
WebKit Nightly Build

Margin collapsing should not occur at the foreignObject boundary https://bugs.webkit.org/show_bug.cgi?id=23963 Reviewed by NOBODY (OOPS!). Merge - https://chromium.googlesource.com/chromium/src.git/+/eb26f063d73fce4d8a2cf64541667e0863cb6421 This patch makes foreignObject a block formatting context which prevents margin collapsing across...

merging-blocked
SVG
WebKit Nightly Build

Account for CTM scale when deciding the image resampling algorithm https://bugs.webkit.org/show_bug.cgi?id=115158 Reviewed by NOBODY (OOPS!). Merge - https://chromium.googlesource.com/chromium/blink/+/b772b4d7c24b66bebba703fd2ef89fbe73ea1935 ImageQualityController considers the image size and layout size when computing which resampling...

merging-blocked
Images
WebKit Nightly Build

### What is the issue with the HTML Standard? Hi Team, While looking into UA stylsheets rules across browsers (WebKit & Blink primiarly), both have: ``` a:any-link or a:-webkit-any-link ```...

topic: rendering