From 94f624a9c293176fa4b82cbb5955adf1961f10d8 Mon Sep 17 00:00:00 2001 From: Ian Hickson Date: Tue, 10 Feb 2009 00:51:48 +0000 Subject: [PATCH] [] (0) Filling in the rendering section: , links. git-svn-id: http://svn.whatwg.org/webapps@2770 340c8d12-0b0e-0410-8428-c7bf67bfef74 --- index | 60 ++++++++++++++++++++++++++++++---------------------------- source | 55 +++++++++++++++++++++++++++++------------------------ 2 files changed, 61 insertions(+), 54 deletions(-) diff --git a/index b/index index c8e78ca950c..80770352340 100644 --- a/index +++ b/index @@ -1069,10 +1069,9 @@
  • 10.6 Interactive media
    1. 10.6.1 Hit testing
    2. -
    3. 10.6.2 Links
    4. +
    5. 10.6.2 Links, forms, and navigation
    6. 10.6.3 The mark element
    7. -
    8. 10.6.4 The contenteditable attribute
    9. -
    10. 10.6.5 The title attribute
  • +
  • 10.6.4 The title attribute
  • 10.7 Print media
  • 10.8 Interaction with CSS
  • 11 Obsolete features @@ -10456,9 +10455,9 @@ not-slash = %x0000-002E / %x0030-%10FFFF

    The noscript element has no other requirements. In particular, children of the noscript element are not - exempt from form submission, scripting, and so forth, even when - scripting is enabled for the - element.

    + exempt from form submission, scripting, and so forth, + even when scripting is enabled + for the element.

    @@ -24107,7 +24106,8 @@ function AddCloud(data, x, y) { ... }

    The object element is also a form-associated element and can, with the use of a - suitable plugin, partake in form submission.

    + suitable plugin, partake in form + submission.

    4.10.1 The form element

    @@ -29408,8 +29408,8 @@ interface HTMLOptionElement : 4.10.13.1 Naming form controls

    The name content - attribute gives the name of the form control, as used in form - submission and in the form element's elements object. If the attribute + attribute gives the name of the form control, as used in form + submission and in the form element's elements object. If the attribute is specified, its value must not be the empty string.

    Constraint validation: If an element does not @@ -29871,7 +29871,7 @@ interface HTMLOptionElement : 4.10.15 Form submission +

    4.10.15 Form submission

    4.10.15.1 Implicit submission
    @@ -57911,35 +57911,37 @@ target element as follows: - - -

    ...

    - - - - +

    10.6.2 Links, forms, and navigation

    -

    10.6.3 The mark element

    +

    User agents are expected to allow the user to control aspects of + hyperlink activation and form submission, + such as which browsing context is to be used for the + subsequent navigation.

    -

    ...

    - - +

    User agents are expected to allow users to discover the + destination of hyperlinks and of + forms before triggering their navigation.

    -

    The rendering section will eventually suggest - that user agents provide a way to let users jump between - mark elements. Suggested rendering is a neon yellow - background highlight, though UAs maybe should allow this to be - toggled.

    +

    User agents are expected to allow users to navigate + browsing contexts to the + resources indicated by the cite attributes on q, + blockquote, ins, and del + elements.

    -

    10.6.4 The contenteditable attribute

    +

    10.6.3 The mark element

    -

    ...

    +

    User agents are expected to allow the user to cycle through all + the mark elements in a Document. User + agents are also expected to bring their existence to the user's + attention, even when they are off-screen, e.g. by highlighting + portions of the scroll bar that represent portions of the document + that contain mark elements.

    -

    10.6.5 The title attribute

    +

    10.6.4 The title attribute

    Given an element (e.g. the element designated by the mouse cursor), if the element, or one of its ancestors, has a title attribute, and the nearest such diff --git a/source b/source index f3aaee3be3b..cfbf3680995 100644 --- a/source +++ b/source @@ -11027,9 +11027,9 @@ not-slash = %x0000-002E / %x0030-%10FFFF

    The noscript element has no other requirements. In particular, children of the noscript element are not - exempt from form submission, scripting, and so forth, even when - scripting is enabled for the - element.

    + exempt from form submission, scripting, and so forth, + even when scripting is enabled + for the element.

    @@ -26746,7 +26746,8 @@ function AddCloud(data, x, y) { ... }

    The object element is also a form-associated element and can, with the use of a - suitable plugin, partake in form submission.

    + suitable plugin, partake in form + submission.

    The form element

    @@ -32986,8 +32987,8 @@ interface HTMLOptionElement : HTMLElement {
    Naming form controls

    The name content - attribute gives the name of the form control, as used in form - submission and in the form element's form + submission and in the form element's elements object. If the attribute is specified, its value must not be the empty string.

    @@ -33552,7 +33553,7 @@ interface HTMLOptionElement : HTMLElement { -

    Form submission

    +

    Form submission

    Implicit submission
    @@ -63452,31 +63453,35 @@ target element as follows: -

    Links

    - -

    ...

    - - - - +

    Links, forms, and navigation

    -

    The mark element

    +

    User agents are expected to allow the user to control aspects of + hyperlink activation and form submission, + such as which browsing context is to be used for the + subsequent navigation.

    -

    ...

    - - +

    User agents are expected to allow users to discover the + destination of hyperlinks and of + forms before triggering their navigation.

    -

    The rendering section will eventually suggest - that user agents provide a way to let users jump between - mark elements. Suggested rendering is a neon yellow - background highlight, though UAs maybe should allow this to be - toggled.

    +

    User agents are expected to allow users to navigate + browsing contexts to the + resources indicated by the cite attributes on q, + blockquote, ins, and del + elements.

    -

    The contenteditable attribute

    +

    The mark element

    -

    ...

    +

    User agents are expected to allow the user to cycle through all + the mark elements in a Document. User + agents are also expected to bring their existence to the user's + attention, even when they are off-screen, e.g. by highlighting + portions of the scroll bar that represent portions of the document + that contain mark elements.