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
If the metafields request processor gets a body without title in the head it will replace the first other title it finds anywhere.
If two titles are present in the head it will replace the first one only.
If no titles are present in the head it will replace the first other title it finds. (svg can use title, should use, its good accessiblity)
The difficult part of this is to get a reliable dom manipulation, but needs to be super fast.
We cant add time consuming operations on every single page load.
The text was updated successfully, but these errors were encountered:
If the metafields request processor gets a body without title in the head it will replace the first other title it finds anywhere.
If two titles are present in the head it will replace the first one only.
If no titles are present in the head it will replace the first other title it finds. (svg can use title, should use, its good accessiblity)
Related to #63
The difficult part of this is to get a reliable dom manipulation, but needs to be super fast.
We cant add time consuming operations on every single page load.
The text was updated successfully, but these errors were encountered: