comparison etc/sgml/html-3.dtd @ 2:ac2d302a0011 r19-15b2

Import from CVS: tag r19-15b2
author cvs
date Mon, 13 Aug 2007 08:46:35 +0200
parents 376386a54a3c
children
comparison
equal deleted inserted replaced
1:c0c6a60d29db 2:ac2d302a0011
358 <!--================ Entities for standard icons ==========================--> 358 <!--================ Entities for standard icons ==========================-->
359 359
360 <!-- a range of standard icons such as &folder; for use 360 <!-- a range of standard icons such as &folder; for use
361 in speeding up display of directory listings etc. --> 361 in speeding up display of directory listings etc. -->
362 362
363 <!-- <!ENTITY % HTMLicons PUBLIC --> 363 <!ENTITY % HTMLicons PUBLIC
364 <!-- "-//IETF//ENTITIES icons for HTML//EN"> --> 364 "-//IETF//ENTITIES icons for HTML//EN">
365 <!-- %HTMLicons; --> 365 %HTMLicons;
366 366
367 <!--================ Entities for math symbols ============================--> 367 <!--================ Entities for math symbols ============================-->
368 368
369 <!-- ISO subset chosen for use with the widely available Adobe math font --> 369 <!-- ISO subset chosen for use with the widely available Adobe math font -->
370 370
371 <!-- <!ENTITY % HTMLmath PUBLIC --> 371 <!ENTITY % HTMLmath PUBLIC
372 <!-- "-//IETF//ENTITIES Math and Greek for HTML//EN"> --> 372 "-//IETF//ENTITIES Math and Greek for HTML//EN">
373 <!-- %HTMLmath; --> 373 %HTMLmath;
374 374
375 <!--=================== Text Markup =======================================--> 375 <!--=================== Text Markup =======================================-->
376 376
377 <!ENTITY % font " U | S | TT | I | BIG | SMALL"> 377 <!ENTITY % font " U | S | TT | I | BIG | SMALL">
378 378
575 align (left|center|right|justify) #IMPLIED 575 align (left|center|right|justify) #IMPLIED
576 %needs; -- for control of text flow -- 576 %needs; -- for control of text flow --
577 seqnum NUMBER #IMPLIED -- starting sequence number -- 577 seqnum NUMBER #IMPLIED -- starting sequence number --
578 skip NUMBER 0 -- skip seq nums for missing items -- 578 skip NUMBER 0 -- skip seq nums for missing items --
579 dingbat ENTITY #IMPLIED -- dingbat entity from HTMLicons -- 579 dingbat ENTITY #IMPLIED -- dingbat entity from HTMLicons --
580 src (%URI;) #IMPLIED -- bullet defined by graphic -- 580 src %URI; #IMPLIED -- bullet defined by graphic --
581 %url.link; -- standard link attributes -- 581 %url.link; -- standard link attributes --
582 nowrap (nowrap) #IMPLIED -- disable wordwrap -- 582 nowrap (nowrap) #IMPLIED -- disable wordwrap --
583 > 583 >
584 584
585 <!ELEMENT TITLE - - (#PCDATA) 585 <!ELEMENT TITLE - - (#PCDATA)
682 %attrs; 682 %attrs;
683 %needs; -- for control of text flow -- 683 %needs; -- for control of text flow --
684 wrap (vert|horiz|none) none -- multicolumn list style -- 684 wrap (vert|horiz|none) none -- multicolumn list style --
685 plain (plain) #IMPLIED -- suppress bullets -- 685 plain (plain) #IMPLIED -- suppress bullets --
686 dingbat ENTITY #IMPLIED -- dingbat entity from HTMLicons -- 686 dingbat ENTITY #IMPLIED -- dingbat entity from HTMLicons --
687 src (%URI;) #IMPLIED -- bullet defined by graphic -- 687 src %URI; #IMPLIED -- bullet defined by graphic --
688 %url.link; -- standard link attributes -- 688 %url.link; -- standard link attributes --
689 compact (compact) #IMPLIED -- reduced interitem spacing -- 689 compact (compact) #IMPLIED -- reduced interitem spacing --
690 > 690 >
691 691
692 <!ELEMENT LH - O (%text;)+ -- list header --> 692 <!ELEMENT LH - O (%text;)+ -- list header -->
705 <!ELEMENT LI - O %flow; -- list item --> 705 <!ELEMENT LI - O %flow; -- list item -->
706 <!ATTLIST LI 706 <!ATTLIST LI
707 %attrs; 707 %attrs;
708 %needs; -- for control of text flow -- 708 %needs; -- for control of text flow --
709 dingbat ENTITY #IMPLIED -- dingbat entity from HTMLicons -- 709 dingbat ENTITY #IMPLIED -- dingbat entity from HTMLicons --
710 src (%URI;) #IMPLIED -- custom bullet graphic -- 710 src %URI; #IMPLIED -- custom bullet graphic --
711 %url.link; -- standard link attributes -- 711 %url.link; -- standard link attributes --
712 skip NUMBER 0 -- skip seq nums for missing items -- 712 skip NUMBER 0 -- skip seq nums for missing items --
713 > 713 >
714 714
715 <!-- DIR and MENU are now subsumed by UL with type=plain. Use the 715 <!-- DIR and MENU are now subsumed by UL with type=plain. Use the
1060 %block.align; -- horizontal alignment -- 1060 %block.align; -- horizontal alignment --
1061 noflow (noflow) #IMPLIED -- noflow around figure -- 1061 noflow (noflow) #IMPLIED -- noflow around figure --
1062 width NUMBER #IMPLIED -- desired width in units -- 1062 width NUMBER #IMPLIED -- desired width in units --
1063 height NUMBER #IMPLIED -- desired height in units -- 1063 height NUMBER #IMPLIED -- desired height in units --
1064 units (en|pixels) pixels -- specifies units as en's or pixels -- 1064 units (en|pixels) pixels -- specifies units as en's or pixels --
1065 imagemap (%URI) #IMPLIED -- pass background clicks to server -- 1065 imagemap %URI; #IMPLIED -- pass background clicks to server --
1066 > 1066 >
1067 1067
1068 <!ELEMENT FIGTEXT O O %body.content -- dummy element --> 1068 <!ELEMENT FIGTEXT O O %body.content -- dummy element -->
1069 1069
1070 <!-- 1070 <!--
1080 units (en|pixels) pixels -- specifies units as en's or pixels -- 1080 units (en|pixels) pixels -- specifies units as en's or pixels --
1081 x NUMBER 0 -- offset from left in units -- 1081 x NUMBER 0 -- offset from left in units --
1082 y NUMBER 0 -- offset from top in units -- 1082 y NUMBER 0 -- offset from top in units --
1083 width NUMBER #IMPLIED -- desired width in units -- 1083 width NUMBER #IMPLIED -- desired width in units --
1084 height NUMBER #IMPLIED -- desired height in units -- 1084 height NUMBER #IMPLIED -- desired height in units --
1085 imagemap (%URI) #IMPLIED -- pass background clicks to server -- 1085 imagemap %URI; #IMPLIED -- pass background clicks to server --
1086 > 1086 >
1087 1087
1088 <!ELEMENT CREDIT - - (%text;)* -- source of image --> 1088 <!ELEMENT CREDIT - - (%text;)* -- source of image -->
1089 <!ATTLIST CREDIT 1089 <!ATTLIST CREDIT
1090 %attrs; 1090 %attrs;
1414 The tag names, class and id attributes are used in the style sheet 1414 The tag names, class and id attributes are used in the style sheet
1415 notation to describe how to render matching elements. 1415 notation to describe how to render matching elements.
1416 --> 1416 -->
1417 1417
1418 <!ENTITY % style-notations "dsssl-lite | w3c-style"> 1418 <!ENTITY % style-notations "dsssl-lite | w3c-style">
1419
1420 <!--
1419 <!NOTATION dsssl-lite PUBLIC 1421 <!NOTATION dsssl-lite PUBLIC
1420 "ISO/IEC 10179:1995//NOTATION DSSSL Style Language//EN"> 1422 "ISO/IEC 10179:1995//NOTATION DSSSL Style Language//EN">
1421 1423
1422 <!NOTATION w3c-style PUBLIC "IETF/RFC nnn/W3C Style Language//EN"> 1424 <!NOTATION w3c-style PUBLIC "IETF/RFC nnn/W3C Style Language//EN">
1425 -->
1423 1426
1424 <!ELEMENT STYLE - O (#PCDATA)> 1427 <!ELEMENT STYLE - O (#PCDATA)>
1425 <!ATTLIST STYLE 1428 <!ATTLIST STYLE
1426 notation NOTATION (%style-notations;) #REQUIRED 1429 notation NOTATION (%style-notations;) #REQUIRED
1427 > 1430 >
1429 <!--================ Document Structure ===================================--> 1432 <!--================ Document Structure ===================================-->
1430 1433
1431 <!ENTITY % html.content "HEAD, BODY"> 1434 <!ENTITY % html.content "HEAD, BODY">
1432 1435
1433 <!ELEMENT HTML O O (%html.content)> 1436 <!ELEMENT HTML O O (%html.content)>
1434 <!ENTITY % version.attr 'VERSION CDATA #FIXED "&HTML.Version;"'> 1437 <!ENTITY % version.attr 'VERSION CDATA #FIXED "%HTML.Version;"'>
1435 1438
1436 <!-- suggested roles are: TOC, DOC, DOCPART, HITLIST, DIALOG --> 1439 <!-- suggested roles are: TOC, DOC, DOCPART, HITLIST, DIALOG -->
1437 1440
1438 <!ATTLIST HTML 1441 <!ATTLIST HTML
1439 %version.attr; -- report DTD version to application -- 1442 %version.attr; -- report DTD version to application --