Okay/Spec: Difference between revisions

No edit summary
Line 49: Line 49:
When a client encounters a URI with a fragment, it <span class="must">must</span> search for an element with a matching <code>id</code> in the linked document. If the specified element is present, the client <span class="mustnt">must not</span> scan the document for the desired markup, and instead consider the linked element to be the desired markup. If multiple instances of the same <code>id</code> exist in the document, the client <span class="must">must</span> ignore all but the first instance. <span class="todo">make this make sense</span>
When a client encounters a URI with a fragment, it <span class="must">must</span> search for an element with a matching <code>id</code> in the linked document. If the specified element is present, the client <span class="mustnt">must not</span> scan the document for the desired markup, and instead consider the linked element to be the desired markup. If multiple instances of the same <code>id</code> exist in the document, the client <span class="must">must</span> ignore all but the first instance. <span class="todo">make this make sense</span>


== talking to servers ==
== sending stuff ==
Sometimes you need to send stuff to the server. That's fine. THat's okay. You'll be okay.
 
=== forms ===
Forms come in various forms.
 
Servers must accept form responses as <code>application/x-www-form-urlencoded</code> or <code>application/json</code>.


== spaces ==
== spaces ==