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

Issue 1607703003: Don't force display:inline-table/table on table elements when in quirks mode (Closed)

Created:
4 years, 11 months ago by nainar
Modified:
4 years, 11 months ago
Reviewers:
rune
CC:
darktears, apavlov+blink_chromium.org, blink-reviews, blink-reviews-css, blink-reviews-style_chromium.org, chromium-reviews, dglazkov+blink, rwlbuis
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Don't force display:inline-table/table on table elements when in quirks mode Currently in quirks mode we force table elements to display:inline-table or table. This current action is not supported in quirks spec and is inconsistent with Gecko. This leads to elements with display set to lose that information. This patch fixes that and allows those elements with display to retain this state even in quirks mode. BUG=369979 Committed: https://crrev.com/0aea8a9a12d5a3b60bb022953825f900f90e7b4b Cr-Commit-Position: refs/heads/master@{#370382}

Patch Set 1 #

Total comments: 11

Patch Set 2 : #

Total comments: 5

Patch Set 3 : #

Patch Set 4 : #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -13 lines) Patch
M third_party/WebKit/LayoutTests/TestExpectations View 1 2 3 1 chunk +3 lines, -0 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/execCommand/insertHTML.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/editing/execCommand/insertHTML-expected.txt View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/editing/pasteboard/innerText-inline-table.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/editing/selection/inline-table.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/editing/selection/table-caret-3.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/borders/table-borders.html View 1 1 chunk +1 line, -1 line 0 comments Download
M third_party/WebKit/LayoutTests/fast/dom/inner-text-001.html View 1 1 chunk +2 lines, -2 lines 0 comments Download
M third_party/WebKit/LayoutTests/fast/encoding/utf-16-big-endian.html View 1 2 3 Binary file 0 comments Download
M third_party/WebKit/LayoutTests/fast/encoding/utf-16-little-endian.html View 1 2 3 Binary file 0 comments Download
A third_party/WebKit/LayoutTests/fast/table/quirks-mode-ignore-display-inline-table.html View 1 1 chunk +26 lines, -0 lines 0 comments Download
M third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp View 1 2 1 chunk +0 lines, -4 lines 0 comments Download

Messages

Total messages: 21 (6 generated)
nainar
@rune, PTAL? Thanks!
4 years, 11 months ago (2016-01-19 05:40:27 UTC) #2
rune
https://codereview.chromium.org/1607703003/diff/1/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (right): https://codereview.chromium.org/1607703003/diff/1/third_party/WebKit/LayoutTests/TestExpectations#newcode961 third_party/WebKit/LayoutTests/TestExpectations:961: crbug.com/369979 fast/encoding/utf-16-little-endian.html [ NeedsRebaseline ] I suggest you change ...
4 years, 11 months ago (2016-01-19 09:54:51 UTC) #3
nainar
https://codereview.chromium.org/1607703003/diff/1/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp File third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp (left): https://codereview.chromium.org/1607703003/diff/1/third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp#oldcode369 third_party/WebKit/Source/core/css/resolver/StyleAdjuster.cpp:369: style.setDisplay(style.isDisplayInlineType() ? INLINE_TABLE : TABLE); I looked up the ...
4 years, 11 months ago (2016-01-19 10:44:11 UTC) #4
nainar
@rune, PTAL? Thanks! https://codereview.chromium.org/1607703003/diff/1/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (right): https://codereview.chromium.org/1607703003/diff/1/third_party/WebKit/LayoutTests/TestExpectations#newcode961 third_party/WebKit/LayoutTests/TestExpectations:961: crbug.com/369979 fast/encoding/utf-16-little-endian.html [ NeedsRebaseline ] Done ...
4 years, 11 months ago (2016-01-20 00:44:23 UTC) #6
rune
https://codereview.chromium.org/1607703003/diff/20001/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (right): https://codereview.chromium.org/1607703003/diff/20001/third_party/WebKit/LayoutTests/TestExpectations#newcode957 third_party/WebKit/LayoutTests/TestExpectations:957: crbug.com/369979 fast/encoding/utf-16-little-endian.html [ NeedsRebaseline ] Rietveld says the changes ...
4 years, 11 months ago (2016-01-20 10:47:05 UTC) #7
nainar
@rune, The fast/encoding files should not have shown in the diff, I didn't change either ...
4 years, 11 months ago (2016-01-20 11:15:36 UTC) #8
rune
On 2016/01/20 11:15:36, nainar wrote: > @rune, > > The fast/encoding files should not have ...
4 years, 11 months ago (2016-01-20 11:56:52 UTC) #9
rune
https://codereview.chromium.org/1607703003/diff/20001/third_party/WebKit/LayoutTests/TestExpectations File third_party/WebKit/LayoutTests/TestExpectations (right): https://codereview.chromium.org/1607703003/diff/20001/third_party/WebKit/LayoutTests/TestExpectations#newcode957 third_party/WebKit/LayoutTests/TestExpectations:957: crbug.com/369979 fast/encoding/utf-16-little-endian.html [ NeedsRebaseline ] On 2016/01/20 11:15:36, nainar ...
4 years, 11 months ago (2016-01-20 11:57:01 UTC) #10
nainar
On 2016/01/20 at 11:57:01, rune wrote: > https://codereview.chromium.org/1607703003/diff/20001/third_party/WebKit/LayoutTests/TestExpectations > File third_party/WebKit/LayoutTests/TestExpectations (right): > > https://codereview.chromium.org/1607703003/diff/20001/third_party/WebKit/LayoutTests/TestExpectations#newcode957 ...
4 years, 11 months ago (2016-01-20 12:35:45 UTC) #11
rune
lgtm
4 years, 11 months ago (2016-01-20 12:40:16 UTC) #12
rune
On 2016/01/20 12:40:16, rune wrote: > lgtm Could you change "display:inline_table" to "display:inline-table" in the ...
4 years, 11 months ago (2016-01-20 12:41:57 UTC) #13
nainar
On 2016/01/20 at 12:41:57, rune wrote: > On 2016/01/20 12:40:16, rune wrote: > > lgtm ...
4 years, 11 months ago (2016-01-20 12:43:49 UTC) #15
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1607703003/60001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1607703003/60001
4 years, 11 months ago (2016-01-20 12:45:03 UTC) #18
commit-bot: I haz the power
Committed patchset #4 (id:60001)
4 years, 11 months ago (2016-01-20 14:16:40 UTC) #19
commit-bot: I haz the power
4 years, 11 months ago (2016-01-20 14:18:04 UTC) #21
Message was sent while issue was closed.
Patchset 4 (id:??) landed as
https://crrev.com/0aea8a9a12d5a3b60bb022953825f900f90e7b4b
Cr-Commit-Position: refs/heads/master@{#370382}

Powered by Google App Engine
This is Rietveld 408576698