After conducting a thorough investigation, I have come across something that has left me pondering and unable to grasp the reasoning behind it. It involves capitalizing the S in stylesheet for the rel
attribute value.
What is the difference between:
<link rel="stylesheet" href="/css/widgets/some.css">
and
<link rel="Stylesheet" href="/css/widgets/some.css">
Why would someone choose to do this? A seasoned web application professional with 15 years of experience is adamant about implementing this. Can someone please provide an explanation and help me understand?