Shortname: css-foo Level: 1 Status: ED Group: csswg TR: http://www.w3.org/TR/css-foo/ ED: http://dev.w3.org/csswg/css-foo/ Editor: Name1, Company1, http://example.com/contact Editor: Name2, Company2, name2@example.com Abstract: This module introduces the 'foo' property and related values, which do bar and baz. Ignored Terms: div, dl, dfn
<blockquote>...</blockquote>
and <r:xyz>...</r:xyz>
.
Note: Note that the property will automatically be linked to its definition.
To define terms into the index,
there are many variants,
but hopefully the simplest
will be the most common.
Note: Note that you can add non-normative notes like this.
Of course, multi-paragraph notes are also possible: just enclose them in a div:
EM { font-style: italic }CSS examples that need extra text need a DIV.
EM { font-style: italic }
Name: foo Value: inline-inside | block-inside | table | ruby | icon Initial: text Applies to: all elements Inherited: no Percentages: n/a Media: visual Computed value: specified value Animatable: no Canonical order: per grammar
href=''
attribute
with the same text content will automatically be linked.
Both <dfn>s and <a>s are typed,
which allows the same text to appear as different types of terms without a collision.
The type can often be inferred,
but sometimes it needs to be specified,
like when you're linking to a Foo WebIDL interface.
And a figure with a caption is done like this:
An open issue or editorial remark is OK in a WD, but they should be resolved/removed before the document goes to “CR” (Candidate Recommendation). Use class=“issue”.
Inline issues will be copied into an Issues Index at the end of the document, for easy reference.
/* Write WebIDL in a <pre class="idl"> as plain text. */ interface Foo { readonly attribute DOMString bar; boolean baz(FooDict Arg1, (DOMString or Foo) Arg2); }; dictionary FooDict { sequence<Foo> foo; boolean bar; DOMString baz = "qux"; };