웹표준

송효진의 이미지

[Question]IE 와 FF 의 DOM Tree 의 상이함으로 문제가 생겼습니다.

table 태그 사이에 form 태그를 껴넣는것은 정말 하고 싶지 않지만,
게시판 목록 처럼 나오고 한줄 한줄이 다른 폼일 경우 마땅한 대안이 없어서 그렇게 합니다.


table
form
tr
td /td
/tr
/form
form
tr
td /td
/tr
/form
...
/table

이런식입니다.

eouia의 이미지

[구인] Seoul R&D 센터 연구 개발자 구인 (외국계회사)

(주) Ascent Networks Seoul R&D 센터에서 글로벌 연구 개발자를 모십니다.

lukep2s의 이미지

W3C 에서 웹 표준 검사에서 궁금한점..

   1.  <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
   2. <html>
   3. <head>
   4. <meta http-equiv="refresh" content="0;URL=wiki.php">
   5. </head>
   6.
   7. <body bgcolor="#FFFFFF" text="#000000">
   8. Click <a href="wiki.php">here</a> to get to the FrontPage.
   9. </body>
  10. </html>

========
위에가 제 소스 인데요

아래 처럼 에러가 나네요
========
No Character Encoding Found! Falling back to UTF-8.

I was not able to extract a character encoding labeling from any of the valid sources for such information. Without encoding information it is impossible to reliably validate the document. I'm falling back to the "UTF-8" encoding and will attempt to perform the validation, but this is likely to fail for all non-trivial documents.

Read the FAQ entry on character encoding for more details and pointers on how to fix this problem with your document.

Unknown Parse Mode!

The MIME Media Type (text/html) for this document is used to serve both SGML and XML based documents, and it is not possible to disambiguate it based on the DOCTYPE Declaration in your document. Parsing will continue in SGML mode.

This page is not Valid -//W3C//DTD HTML 3.2//EN!

Below are the results of attempting to parse this document with an SGML parser.

   1. Error Line 5, column 8: end tag for "HEAD" which is not finished .
 
  </head>
 
      Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p>
웹표준 구독하기