久久久久久久av_日韩在线中文_看一级毛片视频_日本精品二区_成人深夜福利视频_武道仙尊动漫在线观看

HTML5的中的新元素

新千年以來(lái),超文本標(biāo)記語(yǔ)言(HTML)5 第一次向 HTML 中引入新的元素。新的結(jié)構(gòu)元素包括 aside、figure 和 section。新的內(nèi)聯(lián)元素包括 time、meter 和 progress。新的內(nèi)嵌元素有 video 和 audio。新

新千年以來(lái),超文本標(biāo)記語(yǔ)言(HTML)5 第一次向 HTML 中引入新的元素。新的結(jié)構(gòu)元素包括 aside、figure 和 section。新的內(nèi)聯(lián)元素包括 time、meter 和 progress。新的內(nèi)嵌元素有 video 和 audio。新的交互元素有 details、datagrid 和 command。
超文本標(biāo)記語(yǔ)言(HTML)的開(kāi)發(fā)到 1999 年 HTML 4 就停止了。萬(wàn)維網(wǎng)聯(lián)盟(W3C)把重點(diǎn)轉(zhuǎn)向?qū)?HTML 的底層語(yǔ)法從標(biāo)準(zhǔn)通用標(biāo)記語(yǔ)言(SGML)改為可擴(kuò)展標(biāo)記語(yǔ)言(XML),以及可縮放向量圖型(SVG)、XForms 和 MathML 這些全新的標(biāo)記語(yǔ)言。瀏覽器廠商則把精力放到選項(xiàng)卡和富站點(diǎn)摘要(RSS)閱讀器這類瀏覽器特性上。Web 設(shè)計(jì)人員開(kāi)始學(xué)習(xí)使用異步 JavaScript + XML(Ajax),在現(xiàn)有的框架下通過(guò)層疊樣式表(CSS)和 JavaScript? 語(yǔ)言建立自己的應(yīng)用程序。但是在接下來(lái)的八年中,HTML 本身沒(méi)有任何變化。

最近,它又復(fù)活了。三家重要的瀏覽器廠商 — Apple、Opera 和 Mozilla Foundation — 成立了 Web Hypertext Application Technology Working Group(WhatWG)來(lái)開(kāi)發(fā)傳統(tǒng) HTML 的新版本。最近,W3C 也注意到了這些活動(dòng),也啟動(dòng)了自己的新一代 HTML 項(xiàng)目,雙方的成員有很多是相同的。這兩個(gè)項(xiàng)目最終很可能合并。雖然很多細(xì)節(jié)還在爭(zhēng)論之中,但下一版本 HTML 的大體輪廓已經(jīng)清楚了。

Web 開(kāi)發(fā)人員從 1999 年就一直期待 HTML 的新版本(通常稱為 HTML 5,但是也稱為 Web Applications 1.0),現(xiàn)在它終于發(fā)布了。它保持了 HTML 原來(lái)的特色:沒(méi)有名稱空間或模式。元素不必結(jié)束。瀏覽器會(huì)寬容地對(duì)待錯(cuò)誤。p 仍然是 p,table 仍然是 table。

如果在 1999 年將一位 Web 開(kāi)發(fā)人員冷凍起來(lái),現(xiàn)在再解凍,那么他會(huì)遇到一些新的讓人迷惑的元素。是的,他熟悉的元素(比如 div)仍然保留了;但是,HTML 現(xiàn)在還包含 section、header、footer 和 nav 等新元素。em、code 和 strong 仍然存在,但是增加了 meter、time 和 m。img 和 embed 仍然可用,但是還增加了 video 和 audio。但是,他仔細(xì)觀察一下就會(huì)發(fā)現(xiàn),這些元素實(shí)際上沒(méi)什么區(qū)別。其中許多元素可能在 1999 年是開(kāi)發(fā)人員需要而沒(méi)有得到的。通過(guò)與他已經(jīng)掌握的元素進(jìn)行簡(jiǎn)單的類比,這些新元素都很容易理解。實(shí)際上,與 Ajax 或 CSS 相比,它們非常容易掌握。

最后,當(dāng)他打開(kāi) 300MHz 的筆記本(運(yùn)行的是 Windows 98,也是在 1999 年冷凍起來(lái)的)時(shí),他可能對(duì) Netscape 4 和 Windows? Internet Explorer? 5 中顯示的新頁(yè)面效果很吃驚。當(dāng)然,這些老式瀏覽器不認(rèn)識(shí)新元素,會(huì)完全忽略它們,但是頁(yè)面仍然會(huì)顯示,內(nèi)容仍然是完整的。

這并不是什么虛構(gòu)的故事。HTML 5 的設(shè)計(jì)原則就是在不支持它的瀏覽器中能夠平穩(wěn)地退化。原因很簡(jiǎn)單:我們都是這樣的 “原始人”。瀏覽器現(xiàn)在有選項(xiàng)卡、CSS 和 XmlHttpRequest,但是它們的 HTML 顯示引擎仍然停留在 1999 年的水平。除了用戶量大大增加之外,Web 其實(shí)在本質(zhì)上沒(méi)什么進(jìn)步。HTML 5 考慮到了這一點(diǎn)。它目前為 Web 開(kāi)發(fā)人員一些真正的好處,隨著瀏覽器的緩慢升級(jí),頁(yè)面瀏覽者會(huì)逐漸享受到這些好處。我們來(lái)看看 HTML 5 提供了什么。

結(jié)構(gòu)

由于缺少結(jié)構(gòu),即使是形式良好的 HTML 頁(yè)面也比較難以處理。必須分析標(biāo)題的級(jí)別,才能看出各個(gè)部分的劃分方式。邊欄、頁(yè)腳、頁(yè)眉、導(dǎo)航條、主內(nèi)容區(qū)和各篇文章都由通用的 div 元素來(lái)表示。HTML 5 添加了一些新元素,專門(mén)用來(lái)標(biāo)識(shí)這些常見(jiàn)的結(jié)構(gòu):

section:這可以是書(shū)中的一章或一節(jié),實(shí)際上可以是在 HTML 4 中有自己的標(biāo)題的任何東西
header:頁(yè)面上顯示的頁(yè)眉;與 head 元素不一樣
footer:頁(yè)腳;可以顯示電子郵件中的簽名
nav:指向其他頁(yè)面的一組鏈接
article:blog、雜志、文章匯編等中的一篇文章
我們來(lái)考慮一個(gè)典型的 blog 主頁(yè),它的頂部有頁(yè)眉,底部有頁(yè)腳,還有幾篇文章、一個(gè)導(dǎo)航區(qū)和一個(gè)邊欄,見(jiàn)清單 1。


清單 1. 典型的 blog 頁(yè)面

<html>
  <head>
    <title>Mokka mit Schlag </title>
 </head>
<body>
<div id="page">
  <div id="header">
    <h1><a >Mokka mit Schlag</a></h1>
  </div>
  <div id="container">
    <div id="center" class="column">              
      <div class="post" id="post-1000572">
        <h2><a href=
      "/blog/birding/2007/04/23/spring-comes-and-goes-in-sussex-county/">
      Spring Comes (and Goes) in Sussex County</a></h2>
       
        <div class="entry">
          <p>Yesterday I joined the Brooklyn Bird Club for our
          annual trip to Western New Jersey, specifically Hyper
          Humus, a relatively recently discovered hot spot. It
          started out as a nice winter morning when we arrived
          at the site at 7:30 A.M., progressed to Spring around
          10:00 A.M., and reached early summer by 10:15. </p>
        </div>
      </div>


      <div class="post" id="post-1000571">
        <h2><a href=
          "/blog/birding/2007/04/23/but-does-it-count-for-your-life-list/">
           But does it count for your life list?</a></h2>
       
        <div class="entry">
          <p>Seems you can now go <a
          href="http://www.wired.com/science/discoveries/news/
          2007/04/cone_sf">bird watching via the Internet</a>. I
          haven't been able to test it out yet (20 user
          limit apparently) but this is certainly cool.
          Personally, I can't imagine it replacing
          actually being out in the field by any small amount.
          On the other hand, I've always found it quite
          sad to meet senior birders who are no longer able to
          hold binoculars steady or get to the park. I can
          imagine this might be of some interest to them. At
          least one elderly birder did a big year on TV, after
          he could no longer get out so much. This certainly
          tops that.</p>
        </div>
      </div>

      </div>
   
    <div class="navigation">
      <div class="alignleft">
         <a href="/blog/page/2/">? Previous Entries</a>
       </div>
      <div class="alignright"></div>
    </div>
  </div>

  <div id="right" class="column">
    <ul id="sidebar">
      <li><h2>Info</h2>
      <ul>
        <li><a href="/blog/comment-policy/">Comment Policy</a></li>
        <li><a href="/blog/todo-list/">Todo List</a></li>
      </ul></li>
      <li><h2>Archives</h2>
        <ul>
          <li><a href='/blog/2007/04/'>April 2007</a></li>
          <li><a href='/blog/2007/03/'>March 2007</a></li>
          <li><a href='/blog/2007/02/'>February 2007</a></li>
          <li><a href='/blog/2007/01/'>January 2007</a></li>
        </ul>
      </li>
    </ul>
  </div>
  <div id="footer">
    <p>Copyright 2007 Elliotte Rusty Harold</p>
  </div>
</div>
 
</body>
</html>

即使有正確的縮進(jìn),這些嵌套的 div 仍然讓人覺(jué)得非常混亂。在 HTML 5 中,可以將這些元素替換為語(yǔ)義性的元素,見(jiàn)清單 2。


清單 2. 用 HTML 5 編寫(xiě)的典型 blog 頁(yè)面

<html>
 <head>
    <title>Mokka mit Schlag </title>
 </head>
<body>
  <header>
    <h1><a >Mokka mit Schlag</a></h1>
  </header>
  <section>              
      <article>
        <h2><a href=
        "/blog/birding/2007/04/23/spring-comes-and-goes-in-sussex-county/">
         Spring Comes (and Goes) in Sussex County</a></h2>
       
        <p>Yesterday I joined the Brooklyn Bird Club for our
        annual trip to Western New Jersey, specifically Hyper
        Humus, a relatively recently discovered hot spot. It
        started out as a nice winter morning when we arrived at
        the site at 7:30 A.M., progressed to Spring around 10:00
        A.M., and reached early summer by 10:15. </p>
      </article>


      <article>
        <h2><a href=
          "/blog/birding/2007/04/23/but-does-it-count-for-your-life-list/">
          But does it count for your life list?</a></h2>
       
          <p>Seems you can now go <a
          href="http://www.wired.com/science/discoveries/news/
          2007/04/cone_sf">bird watching via the Internet</a>. I
          haven't been able to test it out yet (20 user
          limit apparently) but this is certainly cool.
          Personally, I can't imagine it replacing
          actually being out in the field by any small amount.
          On the other hand, I've always found it quite
          sad to meet senior birders who are no longer able to
          hold binoculars steady or get to the park. I can
          imagine this might be of some interest to them. At
          least one elderly birder did a big year on TV, after
          he could no longer get out so much. This certainly
          tops that.</p>
      </article>   
    <nav>
      <a href="/blog/page/2/">? Previous Entries</a>
    </nav>
  </section>

  <nav>
    <ul>
      <li><h2>Info</h2>
      <ul>
        <li><a href="/blog/comment-policy/">Comment Policy</a></li>
        <li><a href="/blog/todo-list/">Todo List</a></li>
      </ul></li>
      <li><h2>Archives</h2>
        <ul>
          <li><a href='/blog/2007/04/'>April 2007</a></li>
          <li><a href='/blog/2007/03/'>March 2007</a></li>
          <li><a href='/blog/2007/02/'>February 2007</a></li>
          <li><a href='/blog/2007/01/'>January 2007</a></li>
        </ul>
      </li>
    </ul>
  </nav>
  <footer>
    <p>Copyright 2007 Elliotte Rusty Harold</p>
  </footer>
 
</body>
</html>
現(xiàn)在不再需要 div 了。不再需要自己設(shè)置 class 屬性,從標(biāo)準(zhǔn)的元素名就可以推斷出各個(gè)部分的意義。這對(duì)于音頻瀏覽器、手機(jī)瀏覽器和其他非標(biāo)準(zhǔn)瀏覽器尤其重要。

語(yǔ)義性的塊元素

除了結(jié)構(gòu)性元素之外,HTML 5 還增加了一些純語(yǔ)義性的塊級(jí)元素:

  • aside
  • figure
  • dialog

我在文章和書(shū)中一直使用前兩個(gè)元素。第三個(gè)元素我不經(jīng)常用,它主要用于書(shū)面文本。

aside

aside 元素代表說(shuō)明、提示、邊欄、引用、附加注釋等,也就是敘述主線之外的內(nèi)容。例如,在 developerWorks 文章中,常常會(huì)看到用表格形式編寫(xiě)的邊欄,見(jiàn)清單 3。
清單 3. 用 HTML 4 編寫(xiě)的 developerWorks 邊欄

<table align="right" border="0" cellpadding="0" cellspacing="0" width="40%">
<tbody><tr><td width="10">
<img alt="" src="http://www.ibm.com/i/c.gif" height="1" width="10"></td>
<td>
<table border="1" cellpadding="5" cellspacing="0" width="100%">
<tbody><tr><td bgcolor="#eeeeee">
<p><a name="xf-value"><span class="smalltitle">.xf-value</span></a></p>
<p>
The <code type="inline">.xf-value</code> selector used here styles the input
field value but not its label. This is actually inconsistent
with the current CSS3 draft. The example really should use the
<code type="inline">::value</code> pseudo-class instead like so:
</p>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody><tr><td class="code-outline">
<pre class="displaycode">input::value { width: 20em; }
#ccnumber::value { width: 18em }
#zip::value { width: 12em }
#state::value { width: 3em  }</pre>
</td></tr></tbody></table><br>

<p>
However, Firefox doesn't yet support this syntax.
</p>
</td></tr></table>

在 HTML 5 中,可以按照更有意義的方式編寫(xiě)這個(gè)邊欄,見(jiàn)清單 4。
清單 4. 用 HTML 5 編寫(xiě)的 developerWorks 邊欄

<aside>
<h3>.xf-value</h3>
<p>
The <code type="inline">.xf-value</code> selector used here styles the input
field value but not its label. This is actually inconsistent
with the current CSS3 draft. The example really should use the
<code type="inline">::value</code> pseudo-class instead like so:
</p>
 
<pre class="displaycode">input::value { width: 20em; }
#ccnumber::value { width: 18em }
#zip::value { width: 12em }
#state::value { width: 3em  }</pre>

<p>
However, Firefox doesn't yet support this syntax.
</p>
</aside>
 
瀏覽器可以決定把這個(gè)邊欄放在哪里(可能需要用一點(diǎn)兒 CSS 代碼)。

figure

figure 元素代表一個(gè)塊級(jí)圖像,還可以包含說(shuō)明。例如,在許多 developerWorks 文章中,可以看到清單 5 這樣的標(biāo)記;其結(jié)果見(jiàn)圖 1。
清單 5. 用 HTML 4 編寫(xiě)的 developerWorks 圖

                
Figure 2. Install Mozilla XForms dialog
A Web site is requesting permission to install the following item: 
   Mozilla XForms 0.7 Unsigned

圖 1. Install Mozilla XForms dialog

A Web site is requesting permission to install the following item: Mozilla XForms 0.7 Unsigned
 

在 HTML 5 中,可以按照更有語(yǔ)義性的方式編寫(xiě)這個(gè)圖,見(jiàn)清單 6。
清單 6. 用 HTML 5 編寫(xiě)的 developerWorks 圖

<figure id="fig2">
  <legend>Figure 2. Install Mozilla XForms dialog</legend>
  <img alt="A Web site is requesting permission to install the following item:
    Mozilla XForms 0.7 Unsigned"
    src="http://www.html5cn.org/installdialog.jpg" border="0" height="317" hspace="5" vspace="5" width="331" />
</figure>

最重要的是,瀏覽器(尤其是屏幕閱讀器)可以明確地將圖和說(shuō)明聯(lián)系在一起。

figure 元素不只可以顯示圖片。還可以使用它給 audiovideoiframeobjectembed 元素加說(shuō)明。

dialog

dialog 元素表示幾個(gè)人之間的對(duì)話。HTML 5 dt 元素可以表示講話者,HTML 5 dd 元素可以表示講話內(nèi)容。所以,在老式瀏覽器中也可以以合理的方式顯示對(duì)話。清單 7 顯示在 Galileo 的 “Dialogue Concerning the Two Chief World Systems” 上的一段著名對(duì)話。
清單 7. 用 HTML 5 編寫(xiě)的 Galilean 對(duì)話


<dialog>
    <dt>Simplicius </dt>
    <dd>According to the straight line AF,
    and not according to the curve, such being already excluded
    for such a use.</dd>

    <dt>Sagredo </dt>
    <dd>But I should take neither of them,
    seeing that the straight line AF runs obliquely. I should
    draw a line perpendicular to CD, for this would seem to me
    to be the shortest, as well as being unique among the
    infinite number of longer and unequal ones which may be
    drawn from the point A to every other point of the opposite
    line CD. </dd>

    <dt>Salviati </dt>
    <dd><p> Your choice and the reason you
    adduce for it seem to me most excellent. So now we have it
    that the first dimension is determined by a straight line;
    the second (namely, breadth) by another straight line, and
    not only straight, but at right angles to that which
    determines the length. Thus we have defined the two
    dimensions of a surface; that is, length and breadth. </p>

    <p> But suppose you had to determine a height—for
    example, how high this platform is from the pavement down
    below there. Seeing that from any point in the platform we
    may draw infinite lines, curved or straight, and all of
    different lengths, to the infinite points of the pavement
    below, which of all these lines would you make use of? </p>
    </dd>
</dialog> 


對(duì)于這個(gè)元素的準(zhǔn)確語(yǔ)法還有爭(zhēng)議。一些人希望在 dialog 元素中嵌入非對(duì)話文本(比如劇本中的舞臺(tái)說(shuō)明),還有人不喜歡擴(kuò)展 dtdd 元素的作用。盡管在具體語(yǔ)法方面有爭(zhēng)議,但是大多數(shù)人都認(rèn)為以這樣的語(yǔ)義性方式表達(dá)對(duì)話是好事情。

語(yǔ)義性內(nèi)聯(lián)元素

HTML 4 用 5 個(gè)不同的內(nèi)聯(lián)元素表示略有差異的計(jì)算機(jī)代碼:varcodekbdttsamp。但是,它無(wú)法表示時(shí)間、數(shù)字等基本數(shù)值。HTML 5 提供了幾個(gè)新的內(nèi)聯(lián)元素來(lái)滿足非技術(shù)作者的需求。

m

m 元素表示文本被 “加上標(biāo)志”,但是不一定要強(qiáng)調(diào)。可以把它想像成書(shū)中突出顯示的一節(jié)。Google 的緩存頁(yè)面就是典型的用例。如果鏈接到一個(gè)緩存的副本,搜索詞就被加上標(biāo)志。例如,如果搜索 “Egret”,那么緩存的 Google 頁(yè)面可能像下面這樣:

The Great <m>Egret</m> (also known as the
American <m>Egret</m>)  is a large white wading bird found worldwide.
The Great <m>Egret</m> flies with slow wing beats. The
scientific name of the Great <m>Egret</m> is <i>Casmerodius
albus</i>
 
對(duì)于這個(gè)元素的名稱當(dāng)前還有爭(zhēng)議。在規(guī)范發(fā)布之前,它可能從 m 改為 mark

time

time 元素表示一個(gè)時(shí)間值,比如 5:35 P.M., EST, April 23, 2007。例如:

<p>I am writing this example at
<time>5:35 P.M. on April 23rd</time>.
</p>

time 元素可以幫助瀏覽器和其他程序識(shí)別出 HTML 頁(yè)面中的時(shí)間。它不要求對(duì)元素內(nèi)容應(yīng)用任何特定的格式。但是,每個(gè) time 元素都應(yīng)該有一個(gè) datetime 屬性,其中包含更適合機(jī)器識(shí)別的時(shí)間值,比如:

<p>I am writing this example at
<time datetime="2007-04-23T17:35:00-05:00">5:35 P.M. on April 23rd</time>.
</p>

適合機(jī)器讀取的時(shí)間值可能對(duì)搜索引擎、日歷程序等有幫助。

meter

meter 元素表示指定范圍內(nèi)的數(shù)字值。例如,可以用它表示薪水、投票給 Le Pen 的法國(guó)選民的百分比或考試分?jǐn)?shù)。在這里,我使用 meter 標(biāo)出 Software Development 2007 上一位 Google 程序員提供的數(shù)據(jù):

<p>An entry level programmer in Silicon Valley
can expect to start around <meter>$90,000</meter> per year.
</p>

meter
元素幫助瀏覽器和其他客戶機(jī)識(shí)別 HTML 頁(yè)面中的數(shù)量。它不要求對(duì)元素內(nèi)容應(yīng)用任何特定的格式。但是,每個(gè) meter 元素可以有最多 6 個(gè)屬性,它們按照更適合機(jī)器識(shí)別的形式表示這個(gè)數(shù)量:

  • value
  • min
  • low
  • high
  • max
  • optimum

這些屬性都應(yīng)該包含一個(gè)十進(jìn)制數(shù)字。例如,期末考試的分?jǐn)?shù)可以寫(xiě)成下面這樣:

<p>Your score was
<meter value="88.7" min="0" max="100" low="65" high="96" optimum="100">B+</meter>.
</p>

這表示這個(gè)學(xué)生的分?jǐn)?shù)是百分制中的 88.7。可能的最低分?jǐn)?shù)是 0,但是實(shí)際的最低分?jǐn)?shù)是 65。可能的最高分?jǐn)?shù)是 100,但是實(shí)際的最高分?jǐn)?shù)是 96。用戶代理可以用某種數(shù)值控件顯示這一信息,也可以在工具提示中顯示額外的數(shù)據(jù),但是最常見(jiàn)的情況可能是像其他內(nèi)聯(lián)元素一樣對(duì)它應(yīng)用樣式。

progress

progress 元素表示一個(gè)正在進(jìn)行的過(guò)程的狀態(tài),就像圖形用戶界面(GUI)應(yīng)用程序中的進(jìn)度條。例如,可以用它表示一個(gè)文件已經(jīng)下載的百分比或者播放電影時(shí)的當(dāng)前位置。下面這個(gè)進(jìn)度控件表示下載已經(jīng)完成了 33%:

<p>Downloaded:
  <progress value="1534602" max="4603807">33%</progress>
</p>

value
屬性表示操作的當(dāng)前狀態(tài)。max 屬性表示操作的總量。這個(gè)元素指出要下載的數(shù)據(jù)總量是 4,603,807 字節(jié),已經(jīng)下載了 1,534,602 字節(jié)。

忽略 max 屬性,就可以顯示無(wú)限的進(jìn)度。

在操作進(jìn)行時(shí),應(yīng)該使用 JavaScript 語(yǔ)言動(dòng)態(tài)地更新進(jìn)度條。在靜態(tài)情況下,這個(gè)元素沒(méi)什么意義。

內(nèi)嵌的媒體

視頻已經(jīng)在 Web 上廣泛流行了,但是其格式幾乎都是專有的。YouTube 使用 Flash,Microsoft 使用 Windows Media?,Apple 使用 QuickTime。在一種瀏覽器中用來(lái)嵌入這些內(nèi)容的標(biāo)記在另一種瀏覽器中是無(wú)效的。因此,WhatWG 提議引入一個(gè)新的 video 元素,用來(lái)嵌入任意視頻格式。例如,可以用以下代碼嵌入我的 QuickTime 電影 “a Sora in Prospect Park”:

<video src="http://www.cafeaulait.org/birds/sora.mov" />

對(duì)于以哪種格式和解碼器作為首選,仍然有爭(zhēng)議。可能會(huì)強(qiáng)力推薦或要求使用 Ogg Theora。還可以可選地支持 QuickTime 等專有格式和 MPEG-4 等受專利限制的格式。實(shí)際使用的格式很可能由市場(chǎng)決定,就像是 GIF、JPEG 和 PNG 格式那樣(這些格式通過(guò)市場(chǎng)競(jìng)爭(zhēng)壓倒了 BMP、X-Bitmap 和 JPEG 2000 等競(jìng)爭(zhēng)者,成為 img 元素的首選格式)。

還提議引入 audio 元素。例如,可以使用以下代碼給 Web 頁(yè)面加上背景音樂(lè):

<audio src="spacemusic.mp3"
    autoplay="autoplay" loop="20000" />

autoplay
屬性指示瀏覽器在裝載頁(yè)面后立即開(kāi)始播放,而不等待明確的用戶請(qǐng)求。音頻循環(huán)播放 20,000 次,然后停止(或者在用戶關(guān)閉窗口或轉(zhuǎn)到另一個(gè)頁(yè)面時(shí)停止)。當(dāng)然,瀏覽器可以(而且應(yīng)該)允許用戶關(guān)閉內(nèi)嵌的媒體,不應(yīng)該只按頁(yè)面作者的要求去做。

瀏覽器必須支持 WAV 格式,還可以支持 MP3 等其他格式。

因?yàn)槔鲜綖g覽器不支持這些元素,而且它們對(duì)于盲人和聾人用戶來(lái)說(shuō)沒(méi)有意義,所以 audiovideo 元素可以包含額外的標(biāo)記,用來(lái)描述音頻和視頻的內(nèi)容。這對(duì)搜索引擎也有幫助。在理想情況下,這些標(biāo)記是音頻和視頻內(nèi)容的完整文字版本。例如,清單 8 顯示 John F. Kennedy 的就職演說(shuō)。


清單 8. 用 HTML 5 編寫(xiě)的 John F. Kennedy 的就職演說(shuō)

<audio src="kennedyinauguraladdrees.mp3">
    <p>
    Vice President Johnson, Mr. Speaker, Mr. Chief Justice,
    President Eisenhower, Vice President Nixon, President Truman,
    Reverend Clergy, fellow citizens:
    </p>
   
    <p>
    We observe today not a victory of party, but a celebration of
    freedom -- symbolizing an end, as well as a beginning --
   signifying renewal, as well as change. For I have sworn before
    you and Almighty God the same solemn oath our forebears
    prescribed nearly a century and three-quarters ago.
    </p>
   
    <p>
    The world is very different now. For man holds in his mortal
    hands the power to abolish all forms of human poverty and all
    forms of human life. And yet the same revolutionary beliefs for
    which our forebears fought are still at issue around the globe --
    the belief that the rights of man come not from the
    generosity of the state, but from the hand of God.
    </p>
   
    <p>
    ...
    </p>
   
    </audio>

交互

HTML 5 也被稱為 Web Applications 1.0。為了實(shí)現(xiàn)這個(gè)目標(biāo),增加了幾個(gè)為 Web 頁(yè)面提供交互體驗(yàn)的新元素:

  • details
  • datagrid
  • menu
  • command

這些元素都可以根據(jù)用戶的操作和選擇改變顯示的內(nèi)容,而不需要從服務(wù)器裝載新頁(yè)面。

details

details 元素表示在默認(rèn)情況下可能不顯示的詳細(xì)信息。可選的 legend 元素可以提供詳細(xì)信息的摘要。details 元素的用途之一是提供腳注和尾注。例如:
The bill of a Craveri's Murrelet is about 10% thinner
than the bill of a Xantus's Murrelet.
<details>
<legend>[Sibley, 2000]</legend>
<p>Sibley, David Allen, The Sibley Guide to Birds,
(New York: Chanticleer Press, 2000) p. 247
 </p>
</details>
沒(méi)有指定具體的顯示方式。瀏覽器可以選用腳注、尾注和工具提示等方式。

每個(gè) details 元素可以有一個(gè) open 屬性。如果設(shè)置了這個(gè)屬性,那么詳細(xì)信息在最初就顯示出來(lái)。如果沒(méi)有設(shè)置這個(gè)屬性,那么會(huì)隱藏它們,直到用戶要求顯示它們。無(wú)論是哪種情況,用戶都可以通過(guò)單擊一個(gè)圖標(biāo)或其他控件來(lái)顯示或隱藏詳細(xì)信息。

datagrid

datagrid 元素提供一個(gè)網(wǎng)格控件。可以用它顯示樹(shù)、列表和表格,用戶和腳本可以更新這些界面元素。與之相反,傳統(tǒng)的表格主要用來(lái)顯示靜態(tài)數(shù)據(jù)。

datagrid 從它的內(nèi)容(一個(gè) tableselect 或其他 HTML 元素)獲得初始數(shù)據(jù)。例如,清單 9 中的 datagrid 包含一張成績(jī)表。在這個(gè)示例中,datagrid 的數(shù)據(jù)來(lái)自一個(gè) table。更簡(jiǎn)單的一維 datagrid 可以從 select 元素獲得數(shù)據(jù)。如果使用其他 HTML 元素,那么每個(gè)子元素成為網(wǎng)格中的一行。

清單 9. 成績(jī)表 datagrid
<datagrid>
  <table>
    <tr><td>Jones</td><td>Allison</td><td>A-</td><td>B+</td><td>A</td></tr>
    <tr><td>Smith</td><td>Johnny</td><td>A</td><td>C+</td><td>A</td></tr>
    <tr><td>Willis</td><td>Sydney</td><td>C-</td><td>D</td><td>F</td></tr>
    <tr><td>Wilson</td><td>Frank</td><td>B-</td><td>B+</td><td>A</td></tr>
  </table>
</datagrid>

這個(gè)元素與常規(guī)表格的區(qū)別在于,用戶可以選擇行、列和單元格;把行、列和單元格折疊起來(lái);編輯單元格;刪除行、列和單元格;對(duì)網(wǎng)格排序;以及在客戶機(jī)瀏覽器中直接進(jìn)行其他數(shù)據(jù)操作。可以用 JavaScript 代碼監(jiān)視更新。Document Object Model(DOM)中增加了 HTMLDataGridElement 接口以支持這個(gè)元素(清單 10)。
清單 10. HTMLDataGridElement

                
interface HTMLDataGridElement : HTMLElement {
           attribute DataGridDataProvider data;
  readonly attribute DataGridSelection selection;
           attribute boolean multiple;
           attribute boolean disabled;
  void updateEverything();
  void updateRowsChanged(in RowSpecification row, in unsigned long count);
  void updateRowsInserted(in RowSpecification row, in unsigned long count);
  void updateRowsRemoved(in RowSpecification row, in unsigned long count);
  void updateRowChanged(in RowSpecification row);
  void updateColumnChanged(in unsigned long column);
  void updateCellChanged(in RowSpecification row, in unsigned long column);
};

還可以使用 DOM 在網(wǎng)格中動(dòng)態(tài)地裝載數(shù)據(jù)。也就是說(shuō),datagrid 可以不包含那些提供初始數(shù)據(jù)的子元素。可以用一個(gè) DataGridDataProvider 對(duì)象設(shè)置它(清單 11)。這樣就可以從數(shù)據(jù)庫(kù)、XmlHttpRequest 或者 JavaScript 代碼能夠訪問(wèn)的任何資源裝載數(shù)據(jù)。
清單 11. DataGridDataProvider

                
interface DataGridDataProvider {
  void initialize(in HTMLDataGridElement datagrid);
  unsigned long getRowCount(in RowSpecification row);
  unsigned long getChildAtPosition(in RowSpecification parentRow, 
      in unsigned long position);
  unsigned long getColumnCount();
  DOMString getCaptionText(in unsigned long column);
  void getCaptionClasses(in unsigned long column, in DOMTokenList classes);
  DOMString getRowImage(in RowSpecification row);
  HTMLMenuElement getRowMenu(in RowSpecification row);
  void getRowClasses(in RowSpecification row, in DOMTokenList classes);
  DOMString getCellData(in RowSpecification row, in unsigned long column);
  void getCellClasses(in RowSpecification row, in unsigned long column, 
      in DOMTokenList classes);
  void toggleColumnSortState(in unsigned long column);
  void setCellCheckedState(in RowSpecification row, in unsigned long column, 
      in long state);
  void cycleCell(in RowSpecification row, in unsigned long column);
  void editCell(in RowSpecification row, in unsigned long column, in DOMString data);
};

menu 和 command

menu 元素實(shí)際上在 HTML 2 中就出現(xiàn)了。在 HTML 4 中廢棄了它,但是 HTML 5 又恢復(fù)了它并指定了新的意義。在 HTML 5 中,menu 包含 command 元素,每個(gè) command 元素引發(fā)一個(gè)操作。例如,清單 12 是一個(gè)彈出警告框的菜單。

清單 12. HTML 5 菜單

                
<menu>
<command onclick="alert('first command')" label="Do 1st Command"/>
<command onclick="alert('second command')" label="Do 2nd Command"/>
<command onclick="alert('third command')" label="Do 3rd Command"/>
</menu>
還可以用 checked="checked" 屬性將命令轉(zhuǎn)換為復(fù)選框。通過(guò)指定 radiogroup 屬性,可以將復(fù)選框轉(zhuǎn)換為單選按鈕,這個(gè)屬性的值是互相排斥的按鈕的組名。

除了簡(jiǎn)單的命令列表之外,還可以使用 menu 元素創(chuàng)建工具欄或彈出式上下文菜單,這需要將 type 屬性設(shè)置為 toolbarpopup。例如,清單 13 顯示一個(gè)與 WordPress 等 blog 編輯器相似的工具欄。它使用 icon 屬性鏈接到按鈕的圖片。


清單 13. HTML 5 工具欄

                
<menu type="toolbar">
<command onclick="insertTag(buttons, 0);" label="strong" icon="bold.gif"/>
<command onclick="insertTag(buttons, 1);" label="em" icon="italic.gif"/>
<command onclick="insertLink(buttons, 2);" label="link" icon="link.gif"/>
<command onclick="insertTag(buttons, 3);" label="b-quote" icon="blockquote.gif"/>
<command onclick="insertTag(buttons, 4);" label="del" icon="del.gif"/>
<command onclick="insertTag(buttons, 5);" label="ins" icon="insert.gif"/>
<command onclick="insertImage(buttons);" label="img" icon="image.gif"/>
<command onclick="insertTag(buttons, 7);" label="ul" icon="bullet.gif"/>
<command onclick="insertTag(buttons, 8);" label="ol" icon="number.gif"/>
<command onclick="insertTag(buttons, 9);" label="li" icon="item.gif"/>
<command onclick="insertTag(buttons, 10);" label="code" icon="code.gif"/>
<command onclick="insertTag(buttons, 11);" label="cite" icon="cite.gif"/>
<command onclick="insertTag(buttons, 12);" label="abbr" icon="abbr.gif"/>
<command onclick="insertTag(buttons, 13);" label="acronym" icon="acronym.gif"/>
</menu>

label 屬性提供菜單的標(biāo)題。例如,清單 14 顯示一個(gè) Edit 菜單。
清單 14. HTML 5 Edit 菜單

                
<menu type="popup" label="edit">
<command onclick="undo()" label="Undo"/>
<command onclick="redo()" label="Redo"/>
<command onclick="cut()" label="Cut"/>
<command onclick="copy()" label="Copy"/>
<command onclick="paste()" label="Paste"/>
<command onclick="delete()" label="Clear"/>
</menu>

菜單可以嵌套在其他菜單中,形成層次化的菜單結(jié)構(gòu)。


\
\

結(jié)束語(yǔ)

HTML 5 是未來(lái)的 Web 的一部分。它的新元素會(huì)產(chǎn)生更干凈更簡(jiǎn)單的代碼,讓頁(yè)面更容易理解。Divspan 仍然有用處,但是不會(huì)像以前那樣頻繁地使用它們了。許多頁(yè)面不再需要它們了。

盡管目前并非所有瀏覽器都支持這些元素,但這是 HTML 引入大多數(shù)新元素之后的普遍情況,比如 imgtableobject 等等。隨著時(shí)間的推移,支持會(huì)逐漸完善。瀏覽器會(huì)忽略不認(rèn)識(shí)的 HTML 元素,這意味著老式瀏覽器的用戶仍然能夠閱讀 HTML 5 頁(yè)面,他們的瀏覽方式與以前一樣。現(xiàn)代瀏覽器的用戶可以獲得更好的用戶體驗(yàn),但是沒(méi)有人會(huì)由于 HTML 5 新元素而妨礙瀏覽。

用 8 年時(shí)間等待新特性的出現(xiàn)實(shí)在是夠漫長(zhǎng)的,尤其是在快速變化的 Web 世界中。在 Web 時(shí)代的早期,Netscape、Microsoft 和其他公司幾乎每周都會(huì)引入新元素,HTML 5 終于也為我們提供了一些令人興奮的東西。同時(shí),它以一種謹(jǐn)慎得多的方式定義這些元素,讓我們可以放心地使用它們。前景是光明的。

【網(wǎng)站聲明】本站除付費(fèi)源碼經(jīng)過(guò)測(cè)試外,其他素材未做測(cè)試,不保證完整性,網(wǎng)站上部分源碼僅限學(xué)習(xí)交流,請(qǐng)勿用于商業(yè)用途。如損害你的權(quán)益請(qǐng)聯(lián)系客服QQ:2655101040 給予處理,謝謝支持。

相關(guān)文檔推薦

主站蜘蛛池模板: 黄色大片网| 国产不卡视频 | 成人欧美一区二区三区色青冈 | 久久久久久久久久久福利观看 | 欧美久久精品一级c片 | 一级片免费观看 | 中文天堂在线观看 | 毛片一级片 | 国产真实精品久久二三区 | 欧美二区三区 | 亚洲视频在线播放 | 一区二区三区中文字幕 | 成人欧美一区二区三区 | 国产激情精品一区二区三区 | 久久婷婷国产麻豆91 | 国产免费a| 国产成人99久久亚洲综合精品 | 久久久久久久久久久国产 | 国产一级片免费在线观看 | 日韩欧美一区二区三区免费观看 | 国产剧情一区 | 国产一区在线免费观看视频 | 在线第一页 | 精品国产高清一区二区三区 | 亚洲精品久久久一区二区三区 | 日本精品一区二区三区在线观看视频 | 国外成人在线视频网站 | 日韩精品一区二区三区老鸭窝 | www.久 | 亚洲精美视频 | 天天躁日日躁性色aⅴ电影 免费在线观看成年人视频 国产欧美精品 | 亚洲在线一区 | 欧美成人精品一区二区男人看 | 蜜臀网站| 在线看黄免费 | 久久一热| av入口| 岛国av一区二区 | 成人在线免费视频观看 | 成人伊人 | 成人久久|