@@ -106,7 +106,7 @@ public enum BrowserVersionFeatures {
106106 @ BrowserFeature ({CHROME , EDGE })
107107 EVENT_TYPE_WHEELEVENT ,
108108
109- /** Form elements are able to refer to the for by using the from attribute. */
109+ /** Form elements are able to refer to the for by using the form attribute. */
110110 @ BrowserFeature ({CHROME , EDGE })
111111 FORM_IGNORE_REL_NOREFERRER ,
112112
@@ -302,7 +302,7 @@ public enum BrowserVersionFeatures {
302302 @ BrowserFeature ({FF , FF_ESR })
303303 JS_CSSRULELIST_ENUM_ITEM_LENGTH ,
304304
305- /** Javascript document.evaluate creates a new result object even if provided as param. */
305+ /** Javascript document.evaluate() creates a new result object even if provided as param. */
306306 @ BrowserFeature ({CHROME , EDGE })
307307 JS_DOCUMENT_EVALUATE_RECREATES_RESULT ,
308308
@@ -330,7 +330,7 @@ public enum BrowserVersionFeatures {
330330 @ BrowserFeature ({FF , FF_ESR })
331331 JS_FORM_DISPATCHEVENT_SUBMITS ,
332332
333- /** Executes the {@code onload} handler, regardless of the whether the element was already attached to the page. */
333+ /** Executes the {@code onload} handler, regardless of the element was already attached to the page. */
334334 @ BrowserFeature ({FF , FF_ESR })
335335 JS_IFRAME_ALWAYS_EXECUTE_ONLOAD ,
336336
@@ -352,7 +352,7 @@ public enum BrowserVersionFeatures {
352352 @ BrowserFeature ({CHROME , EDGE })
353353 JS_INNER_TEXT_SVG_NL ,
354354
355- /** The value is ignored when the type of an week/month input is changed. */
355+ /** The value is ignored when the type of the week/month input is changed. */
356356 @ BrowserFeature ({CHROME , EDGE })
357357 JS_INPUT_CHANGE_TYPE_DROPS_VALUE_WEEK_MONTH ,
358358
@@ -408,7 +408,7 @@ public enum BrowserVersionFeatures {
408408 @ BrowserFeature ({FF , FF_ESR })
409409 JS_PROPERTY_DESCRIPTOR_NAME ,
410410
411- /** script tags created from js as child of templates are processed if added to the dom. */
411+ /** script tags created from js as child of templates is processed if added to the dom. */
412412 @ BrowserFeature ({CHROME , EDGE })
413413 JS_SCRIPT_IN_TEMPLATE_EXECUTED_ON_ATTACH ,
414414
0 commit comments