Skip to content

Commit

Permalink
Remove commented typeMustMatch attribute from <object>
Browse files Browse the repository at this point in the history
This just removes one commented out line. There are no functional
changes.

typeMustMatch was removed from the HTML spec here:
whatwg/html#4590

I don't believe any other browser implemented this.

Bug: 897442
Change-Id: I543a8c84273bfbfef6d9ff2225a49fa1d1105965
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3413353
Commit-Queue: Joey Arhar <jarhar@chromium.org>
Reviewed-by: Mason Freed <masonf@chromium.org>
Cr-Commit-Position: refs/heads/main@{#962645}
  • Loading branch information
josepharhar authored and Chromium LUCI CQ committed Jan 24, 2022
1 parent 49163f3 commit a436409
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
] interface HTMLObjectElement : HTMLElement {
[CEReactions, Reflect, URL, RaisesException=Setter] attribute ScriptURLString data;
[CEReactions, Reflect] attribute DOMString type;
// TODO(foolip): attribute boolean typeMustMatch;
[CEReactions, Reflect] attribute DOMString name;
[CEReactions, Reflect] attribute DOMString useMap;
[ImplementedAs=formOwner] readonly attribute HTMLFormElement? form;
Expand Down

0 comments on commit a436409

Please sign in to comment.