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

Issue 1022413002: Link to https://html.spec.whatwg.org/#the-foo-element where sensible (Closed)

Created:
5 years, 9 months ago by philipj_slow
Modified:
5 years, 9 months ago
Reviewers:
Jens Widell
CC:
blink-reviews, kenneth.christiansen, feature-media-reviews_chromium.org, philipj_slow, arv+blink, vivekg_samsung, blink-reviews-html_chromium.org, gasubic, Yoav Weiss, eric.carlson_apple.com, fs, vivekg, dglazkov+blink, nessy, Inactive, gavinp+prerender_chromium.org, vcarbune.chromium
Target Ref:
refs/heads/master
Project:
blink
Visibility:
Public.

Description

Link to https://html.spec.whatwg.org/#the-foo-element where sensible This makes it more apparent what e.g. HTMLModElement and HTMLParagraphElement are. These interfaces don't have good sections and are left alone: HTMLDirectoryElement HTMLFontElement HTMLFrameElement HTMLFrameSetElement HTMLMarqueeElement (https://www.w3.org/Bugs/Public/show_bug.cgi?id=28296) BUG=460722 NOTRY=true Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=192355

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+48 lines, -46 lines) Patch
M Source/core/html/HTMLAnchorElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAppletElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAreaElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLAudioElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLBRElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLBaseElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLBodyElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLButtonElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLCanvasElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLDListElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLDataListElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLDetailsElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLDialogElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLDivElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLEmbedElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFieldSetElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLFormElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLHRElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLHeadElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLHeadingElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLHtmlElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLIFrameElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLImageElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLKeygenElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLLIElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLLabelElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLLegendElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLLinkElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMapElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMediaElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMenuElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMenuItemElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMetaElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLMeterElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLModElement.idl View 1 chunk +2 lines, -1 line 0 comments Download
M Source/core/html/HTMLOListElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLObjectElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLOptGroupElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLOptionElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLOutputElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLParagraphElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLParamElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLPictureElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLPreElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLProgressElement.idl View 1 chunk +1 line, -1 line 0 comments Download
M Source/core/html/HTMLQuoteElement.idl View 1 chunk +2 lines, -1 line 0 comments Download

Messages

Total messages: 6 (2 generated)
philipj_slow
PTAL
5 years, 9 months ago (2015-03-23 10:43:57 UTC) #2
Jens Widell
LGTM
5 years, 9 months ago (2015-03-23 10:50:08 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1022413002/1
5 years, 9 months ago (2015-03-23 12:54:42 UTC) #5
commit-bot: I haz the power
5 years, 9 months ago (2015-03-23 12:55:28 UTC) #6
Message was sent while issue was closed.
Committed patchset #1 (id:1) as
https://src.chromium.org/viewvc/blink?view=rev&revision=192355

Powered by Google App Engine
This is Rietveld 408576698