We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 79c71ef commit 8427932Copy full SHA for 8427932
index.bs
@@ -1132,9 +1132,6 @@ closest common base subclass of the returned result.
1132
The {{Document/createElement}} method is an example of a
1133
factory method that could not have been implemented as a constructor,
1134
as its result can be any of a number of subclasses of {{Element}}.
1135
-If it were designed today, it may have been better to
1136
-use a static method on {{Element}} (e.g. `Element.create()`)
1137
-with the document the element is associated with passed in as a parameter.
1138
</div>
1139
1140
<div class="example">
0 commit comments