You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: css3-ui/Overview.src.html
+7-38Lines changed: 7 additions & 38 deletions
Original file line number
Diff line number
Diff line change
@@ -339,15 +339,15 @@ <h3>Definitions</h3>
339
339
letters in this specification.
340
340
</p>
341
341
342
-
<p>Additional key words, e.g. "User agent (UA)", are <ahref="http://www.w3.org/TR/CSS21/conform.html#q1">defined by CSS 2.1</a> ([[!CSS21]], section 3.1).</p>
342
+
<p>Additional key words, e.g. "User agent (UA)", are <ahref="http://www.w3.org/TR/CSS21/conform.html#defs">defined by CSS 2.1</a> ([[!CSS21]], section 3.1).</p>
343
343
344
344
<h3>Classes of products</h3>
345
345
346
346
<p>The following classes of products (many of which overlap) should consider implementing this specification:</p>
347
347
348
348
<ul>
349
349
<li>Web browsers</li>
350
-
<li>User agents that implement one or more of the following types of content: HTML ([[HTML401]], [[HTML5]]), XHTML ([[XHTML10]], [[XHTML11]]), XForms (e.g. [[XFORMS10]]), SVG (e.g. [[SVG10]], [[SVG11]]) or other content languages that contain forms controls or are intended for user interaction</li>
350
+
<li>User agents that implement one or more of the following types of content: HTML ([[HTML401]], [[HTML5]]), XHTML ([[XHTML10]], [[XHTML11]]), XForms (e.g. [[XFORMS11]]), SVG (e.g. [[SVG10]], [[SVG11]]) or other content languages that contain forms controls or are intended for user interaction</li>
351
351
<li>User agents that implement one or more levels, modules and or profiles of CSS (e.g. [[CSS1]], [[!CSS21]])</li>
352
352
</ul>
353
353
@@ -357,7 +357,7 @@ <h3>Profiles</h3>
357
357
358
358
<h3>Extensions</h3>
359
359
360
-
<p>This specification does not define any explicit extension mechanisms. If an implementation needs to extend the functionality of this specification, it must follow any/all guidelines and requirements of extensions as defined in CSS2.1, e.g. <ahref="http://www.w3.org/TR/CSS21/syndata.html#q4">Vendor-specific extensions</a> ([[!CSS21]], section 4.1.2).
360
+
<p>This specification does not define any explicit extension mechanisms. If an implementation needs to extend the functionality of this specification, it must follow any/all guidelines and requirements of extensions as defined in CSS2.1, e.g. <ahref="http://www.w3.org/TR/CSS21/syndata.html#vendor-keywords">Vendor-specific extensions</a> ([[!CSS21]], section 4.1.2.1).
361
361
</p>
362
362
363
363
@@ -391,7 +391,7 @@ <h2>Dependencies on other modules</h2>
391
391
<li>[[XML10]]</li>
392
392
<li>[[XHTML10]]</li>
393
393
<li>[[XHTML11]]</li>
394
-
<li>[[XFORMS10]]</li>
394
+
<li>[[XFORMS11]]</li>
395
395
</ul>
396
396
397
397
<p>This specification does not define what is a form element.</p>
@@ -437,7 +437,7 @@ <h4 class="no-num no-toc">New user interface state pseudo-classes</h4>
437
437
<li>:read-write</li>
438
438
</ul>
439
439
440
-
<p>Specifically, these new states (except for :default) are provided as a way to style elements which are in the respective states as defined by XForms [[XFORMS10]].</p>
440
+
<p>Specifically, these new states (except for :default) are provided as a way to style elements which are in the respective states as defined by XForms [[XFORMS11]].</p>
441
441
442
442
<h4id="pseudo-default">:default</h4>
443
443
<p>The :default selector applies to the one or more UI elements that are the default among a set of similar elements. Typically applies to context menu items, buttons and select lists/menus.
respectively, valid or invalid with respect to data validity semantics
454
-
defined by a different specification (e.g. [[XFORMS10]]).
454
+
defined by a different specification (e.g. [[XFORMS11]]).
455
455
An element which lacks data validity semantics is neither :valid nor :invalid. This is different from an element which otherwise has no constraints. Such an element would always be :valid.
456
456
</p>
457
457
@@ -492,7 +492,7 @@ <h3 id="pseudo-elements">User interface element fragments: pseudo-elements</h3>
492
492
<li>::repeat-index</li>
493
493
</ul>
494
494
495
-
<p>Specifically, these new pseudo-elements are provided as a way to style user interface fragments as defined by XForms [[XFORMS10]].</p>
495
+
<p>Specifically, these new pseudo-elements are provided as a way to style user interface fragments as defined by XForms [[XFORMS11]].</p>
<h4class="no-num no-toc">UI selectors example from XForms 1.0</h4>
625
-
<p>
626
-
The following <ahref="http://www.w3.org/TR/xforms/sliceF.html#id2645356">example from XForms 1.0</a> ([[XFORMS10]], section F.3) shows how basic styling can be accomplished on form controls and repeating structures using the new pseudo-classes and XForms elements.
0 commit comments