From 4d76ef6a700019f391a912345dc5cbb4d7fecc60 Mon Sep 17 00:00:00 2001 From: Simon Pieters Date: Mon, 15 Aug 2016 19:08:59 +0200 Subject: [PATCH] Fix broken cross-references to CSSOM Fixes #848 by updating things related to CSS style sheet sets to the latest CSSOM terminology. --- source | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/source b/source index fa88c1dcdcf..54fc575d815 100644 --- a/source +++ b/source @@ -3646,7 +3646,10 @@ a.setAttribute('href', 'http://example.com/'); // change the content attribute d CSS rules, origin-clean flag -
  • Alternative style sheet sets and the preferred style sheet set
  • +
  • CSS style sheet set
  • +
  • CSS style sheet set name
  • +
  • preferred CSS style sheet set name
  • +
  • change the preferred CSS style sheet set name
  • Serialising a CSS value
  • run the resize steps
  • run the scroll steps
  • @@ -12769,7 +12772,7 @@ interface HTMLLinkElement : HTMLElement {

    The title attribute gives the title of the link. With one exception, it is purely advisory. The value is text. The exception is for style sheet links, where the title attribute defines - alternative style sheet sets.

    + CSS style sheet sets.

    The title attribute on link elements differs from the global title attribute of most other @@ -13597,8 +13600,8 @@ people expect to have work and what is necessary.

    -

    This pragma sets the name of the default alternative style sheet set.

    +

    This pragma sets the name of the default + CSS style sheet set.

    @@ -13607,8 +13610,9 @@ people expect to have work and what is necessary.
  • If the meta element has no content attribute, or if that attribute's value is the empty string, then abort these steps.

  • -
  • Set the preferred style sheet set to the value of the element's content attribute.

  • +
  • Change the preferred CSS style sheet set name with the name being the value + of the element's content attribute.

  • @@ -14141,10 +14145,10 @@ interface HTMLStyleElement : HTMLElement { value is text.

    The title attribute on - style elements defines alternative style sheet sets. If the - style element has no title attribute, then it - has no title; the title attribute of ancestors does not apply to - the style element.

    + style elements defines CSS style sheet + sets. If the style element has no title + attribute, then it has no title; the title attribute of ancestors + does not apply to the style element.

    The title attribute on style elements, like the title attribute on link @@ -116977,7 +116981,7 @@ interface External { title link; style - Alternative style sheet set name + CSS style sheet set name Text translate