Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(455)

Issue 379763003: Element table attr border=nonzero & attribute frame=border doesnot consider the border value and fo…

Created:
6 years, 5 months ago by Gurpreet
Modified:
5 years, 6 months ago
CC:
blink-reviews, blink-reviews-html_chromium.org, dglazkov+blink
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

Element table attr border=nonzero & attribute frame=border doesnot consider the border value and for any value draws a thin border. While applying the frame style for table element CSSPropertyBorderWidth was being set to CSSValueThin thus showing thing border even if a value of example 10 was being specified. We should not set the border width as thin and draw borders as per the border attribute. Mozilla renders the defined border attribute value. R=jchaffraix@chromium.org,esprehn@chromium.org,eseidel@chromium.org BUG=114948

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+130 lines, -3 lines) Patch
A LayoutTests/fast/table/table-frame-attribute.html View 1 chunk +15 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-frame-attribute-expected.html View 1 chunk +15 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-frame-attribute-hsides.html View 1 chunk +22 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-frame-attribute-hsides-expected.html View 1 chunk +26 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-frame-attribute-vsides.html View 1 chunk +22 lines, -0 lines 0 comments Download
A LayoutTests/fast/table/table-frame-attribute-vsides-expected.html View 1 chunk +26 lines, -0 lines 0 comments Download
M Source/core/html/HTMLTableElement.cpp View 2 chunks +4 lines, -3 lines 1 comment Download

Messages

Total messages: 5 (0 generated)
Gurpreet
Hi. Please review.
6 years, 5 months ago (2014-07-09 09:58:54 UTC) #1
Gurpreet
Hi Julien. Can you please have a look at it?
6 years, 5 months ago (2014-07-17 13:48:40 UTC) #2
Julien - ping for review
We usually recommend the the description to follow the git commit message format. Thus the ...
6 years, 4 months ago (2014-08-05 19:22:43 UTC) #3
Gurpreet
Hi Julien. Thanks for the review. I would rather fix the whole logic to avoid ...
6 years, 4 months ago (2014-08-07 13:48:11 UTC) #4
Gurpreet
5 years, 6 months ago (2015-06-22 08:42:06 UTC) #5
Currently not working on this issue. If still reproducible on latest and someone
interested to work can take it up.
Thanks.

Powered by Google App Engine
This is Rietveld 408576698