Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[] (0) Mention what to do when reflecting to a missing attribute. (bu…
…g 6516)

git-svn-id: http://svn.whatwg.org/webapps@3131 340c8d12-0b0e-0410-8428-c7bf67bfef74
  • Loading branch information
Hixie committed May 26, 2009
1 parent bd1cb11 commit 2f1fef1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions index
Expand Up @@ -5979,6 +5979,11 @@

<div class=impl>

<p>In general, on getting, if the content attribute is not present,
the DOM attribute must act as if the content attribute's value is
the empty string; and on setting, if the content attribute is not
present, it must first be added.</p>

<p>If a reflecting DOM attribute is a <code>DOMString</code>
attribute whose content attribute is defined to contain a
<a href=#url>URL</a>, then on getting, the DOM attribute must <a href=#resolve-a-url title="resolve a url">resolve</a> the value of the content
Expand Down
5 changes: 5 additions & 0 deletions source
Expand Up @@ -5836,6 +5836,11 @@

<div class="impl">

<p>In general, on getting, if the content attribute is not present,
the DOM attribute must act as if the content attribute's value is
the empty string; and on setting, if the content attribute is not
present, it must first be added.</p>

<p>If a reflecting DOM attribute is a <code>DOMString</code>
attribute whose content attribute is defined to contain a
<span>URL</span>, then on getting, the DOM attribute must <span
Expand Down

0 comments on commit 2f1fef1

Please sign in to comment.