[
https://issues.apache.org/jira/browse/NETBEANS-5369?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Riksoft updated NETBEANS-5369:
------------------------------
Description:
A common line of code like this one
<link rel="preconnect" href="https://fonts.gstatic.com">
is marked as "Bad value" because the validator doesn't like the "preconnect"
value for "rel".
Actually rel="preconnect" is valid code, as shown here
https://www.w3.org/TR/resource-hints/
> link rel preconnect marked as bad value
> ---------------------------------------
>
> Key: NETBEANS-5369
> URL: https://issues.apache.org/jira/browse/NETBEANS-5369
> Project: NetBeans
> Issue Type: Bug
> Components: php - Code Analysis, php - Editor
> Affects Versions: 12.0
> Reporter: Riksoft
> Priority: Minor
>
> A common line of code like this one
> <link rel="preconnect" href="https://fonts.gstatic.com">
> is marked as "Bad value" because the validator doesn't like the "preconnect"
> value for "rel".
> Actually rel="preconnect" is valid code, as shown here
> https://www.w3.org/TR/resource-hints/
--
This message was sent by Atlassian Jira
(v8.3.4#803005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists