This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 26367 - W3c Doctype
Summary: W3c Doctype
Status: RESOLVED INVALID
Alias: None
Product: Browser Test/Tools WG
Classification: Unclassified
Component: WebDriver (show other bugs)
Version: unspecified
Hardware: All Linux
: P2 major
Target Milestone: ---
Assignee: Browser Testing and Tools WG
QA Contact: Browser Testing and Tools WG
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-17 09:48 UTC by Roger Mbiama Assogo
Modified: 2014-07-17 10:08 UTC (History)
2 users (show)

See Also:


Attachments
Editor associated. (46.79 KB, text/plain)
2014-07-17 09:48 UTC, Roger Mbiama Assogo
Details
Tag (18.29 KB, patch)
2014-07-17 09:50 UTC, Roger Mbiama Assogo
Details

Description Roger Mbiama Assogo 2014-07-17 09:48:35 UTC
Created attachment 1495 [details]
Editor associated.

Using for my web service, including URIs and HTTP,  Character Model for the World Wide Web: String Tags and Searching Draft Published.
Addition  W3C Doctype to build a body WebSite and data...
<!--HEAD-->
<?xml version="1.0" encoding="{XMLCHARSET}"?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 5.1//EN" "http://www.w3.org/TR/html51/">
<html xmlns="http://www.w3.org/1999:xhtml" xlink="http://www.w3.org/1999/xlink" {HTMLDIR}>
<html Versions="http://www.w3.org/TR/2014/WD-html51-20140716>
<head>
<title>{TITLE}</title>
<!--CHARSET-->
<link href="style.css" rel="stylesheet" type="text/css">
<link rel="icon" href="favicon.jpg" sizes="16x16" type="image/jpg">
<link rel="stylesheet" media="print and (color)" href="http://…" />
<link rel="stylesheet" media="print and (monochrome)" href="http://…" />
<link rel="svn" data published="svn checkout http://svn.angosso.net/angosso/>
<![CDATA[*/
@import url("titleprint.css") print;
@import url("body.css") projection, tv;
/*]]>
<!--CSS-->
<!--HEAD-->
Comment 1 Roger Mbiama Assogo 2014-07-17 09:50:37 UTC
Created attachment 1496 [details]
Tag
Comment 2 Roger Mbiama Assogo 2014-07-17 09:52:25 UTC
(In reply to Roger Mbiama Assogo from comment #0)
> Created attachment 1495 [details]
> Editor associated.
> 
> Using for my web service, including URIs and HTTP,  Character Model for the
> World Wide Web: String Tags and Searching Draft Published.
> Addition  W3C Doctype to build a body WebSite and data...
> <!--HEAD-->
> <?xml version="1.0" encoding="{XMLCHARSET}"?>
> <!DOCTYPE HTML PUBLIC "-//W3C//DTD XHTML 5.1//EN"
> "http://www.w3.org/TR/html51/">
> <html xmlns="http://www.w3.org/1999:xhtml"
> xlink="http://www.w3.org/1999/xlink" {HTMLDIR}>
> <html Versions="http://www.w3.org/TR/2014/WD-html51-20140716">
> <head>
> <title>{TITLE}</title>
> <!--CHARSET-->
> <link href="style.css" rel="stylesheet" type="text/css">
> <link rel="icon" href="favicon.jpg" sizes="16x16" type="image/jpg">
> <link rel="stylesheet" media="print and (color)" href="http://…" />
> <link rel="stylesheet" media="print and (monochrome)" href="http://…" />
> <link rel="svn" data published="svn checkout" "http://svn.angosso.net/angosso"/>
> <![CDATA[*/
> @import url("titleprint.css") print;
> @import url("body.css") projection, tv;
> /*]]>
> <!--CSS-->
> <!--HEAD-->