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

Issue 263353004: HTMLAnchorElement.text should not be readonly (Closed)

Created:
6 years, 7 months ago by Inactive
Modified:
6 years, 7 months ago
CC:
blink-reviews, dglazkov+blink, blink-reviews-html_chromium.org, arv+blink, watchdog-blink-watchlist_google.com
Visibility:
Public.

Description

HTMLAnchorElement.text should not be readonly HTMLAnchorElement.text should not be readonly as per the HTML specification: http://www.whatwg.org/specs/web-apps/current-work/multipage/text-level-semantics.html#dom-a-text On setting HTMLAnchorElement.text, we must act as if the textContent IDL attribute on the element had been set to the new value. This CL updates Blink to behave accordingly. The new behavior is consistent with Firefox 29 and IE11. R=arv@chromium.org, eseidel@chromium.org TEST=fast/dom/HTMLAnchorElement/set-text.html BUG=369950 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=173458

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -1 line) Patch
A LayoutTests/fast/dom/HTMLAnchorElement/set-text.html View 1 chunk +26 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/HTMLAnchorElement/set-text-expected.txt View 1 chunk +16 lines, -0 lines 0 comments Download
M Source/core/html/HTMLAnchorElement.h View 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLAnchorElement.cpp View 1 chunk +4 lines, -0 lines 1 comment Download
M Source/core/html/HTMLAnchorElement.idl View 1 chunk +1 line, -1 line 1 comment Download

Messages

Total messages: 8 (0 generated)
Inactive
6 years, 7 months ago (2014-05-06 21:43:37 UTC) #1
arv (Not doing code reviews)
LGTM ... but I think there is room for improvement here. It can be done ...
6 years, 7 months ago (2014-05-06 22:15:05 UTC) #2
Inactive
On 2014/05/06 22:15:05, arv wrote: > LGTM > > ... but I think there is ...
6 years, 7 months ago (2014-05-06 22:23:43 UTC) #3
Inactive
Could an API OWNER please take a look as well?
6 years, 7 months ago (2014-05-06 23:45:32 UTC) #4
tkent
lgtm
6 years, 7 months ago (2014-05-07 01:20:50 UTC) #5
Inactive
The CQ bit was checked by ch.dumez@samsung.com
6 years, 7 months ago (2014-05-07 01:32:14 UTC) #6
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/ch.dumez@samsung.com/263353004/1
6 years, 7 months ago (2014-05-07 01:33:10 UTC) #7
commit-bot: I haz the power
6 years, 7 months ago (2014-05-07 03:36:49 UTC) #8
Message was sent while issue was closed.
Change committed as 173458

Powered by Google App Engine
This is Rietveld 408576698