Yeri değilse kusura bakmayın. Şu şekilde bir hata almaktayım.
Defer'i nasıl kullanacağım. Son olarak bu kaldı.
Line 9, Column 98: the name and VI delimiter can be omitted from an attribute specification only if SHORTTAG YES is specified
…" src="http://XXXXX/Tema/Default/script.js" defer></script>
✉
"VI delimiter" is a technical term for the equal sign. This error message means that the name of an attribute and the equal sign cannot be omitted when specifying an attribute. A common cause for this error message is the use of "Attribute Minimization" in document types where it is not allowed, in XHTML for instance.
How to fix: For attributes such as compact, checked or selected, do not write e.g <option selected ... but rather <option selected="selected" ...
W3 Doğrulama Sorunu
4
●308
- 22-08-2014, 18:50:20Üyeliği durdurulduSağolun hocam teşekkür ederim.cimenweb adlı üyeden alıntı: mesajı görüntüle
Bu arada hocam bir soru daha sorayım google page speed'i yüzde 100 yapacağım da son 1 şey kaldı CSS Yayınını optimize edin diyor. Ancak css'i optimize ettim sıkıştırdım vs ne yapabilirim? - 22-08-2014, 19:19:06Üyeliği durdurulduBen yüzde 100 gördüm. Ben şuan yüzde 97'yim tek bir şık kaldı.cimenweb adlı üyeden alıntı: mesajı görüntüle
ben en fazla 98 i gördüm.