You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The publishing code requires <input required="value">, eg <input required="true">, but the HTML5 checker is saying that the correct syntax is just <input required>.