This renames the attribute used for Priority Hints to priority for the fetch API and fetchpriority for the HTML attribute (see the discussion here.
It also renames the existing references to priority in the fetch spec (which reference the opaque internal browser priority) to internalpriority to avoid colliding property names. The existing priority property is not web-exposed and can safely be renamed.
The behavior of the priority hints and the attribute values themselves remain unchanged.
This renames the attribute used for Priority Hints to
priority
for the fetch API andfetchpriority
for the HTML attribute (see the discussion here.It also renames the existing references to
priority
in the fetch spec (which reference the opaque internal browser priority) tointernalpriority
to avoid colliding property names. The existingpriority
property is not web-exposed and can safely be renamed.The behavior of the priority hints and the attribute values themselves remain unchanged.