Difference between revisions of "CSS guide"
(→Project News) |
Backinblakk (talk | contribs) m (→CSS Properties) |
||
(13 intermediate revisions by 2 users not shown) | |||
Line 24: | Line 24: | ||
== Project Leader(s) == | == Project Leader(s) == | ||
− | + | [[User:Sherman|Sherman Fernandes]] (sherman) | |
− | + | [[User:Mdsouza|Mark D'Souza]] (mdsouza) | |
− | + | [[User:dmmanley|Dave Manley]] (seneManley) | |
+ | |||
+ | [[User:backinblakk|Lukas Blakk]] (lsblakk) | ||
== Project Contributor(s) == | == Project Contributor(s) == | ||
Line 76: | Line 78: | ||
== Project News == | == Project News == | ||
− | *Jan 30, | + | *Feb 3, 2007 - Lukas has begun porting properties across, and the work is going well. |
+ | *Jan 30, 2007 - Spoke to Eric Shepherd about the project, and he expressed interest in having it transfered to devmo. He suggests using the existing [http://developer.mozilla.org/en/docs/CSS:border-style border-style] property on devmo as an example of how to format what we have. Lukas Blakk has offered to take the lead on this effort. | ||
*Dec 13, 2006 - The CSS Guide is ''almost'' completed! A couple more properties to fill in | *Dec 13, 2006 - The CSS Guide is ''almost'' completed! A couple more properties to fill in | ||
*Dec 13, 2006 - We now have 100 properties!!! Just need people to help fill it in | *Dec 13, 2006 - We now have 100 properties!!! Just need people to help fill it in | ||
Line 101: | Line 104: | ||
== CSS Properties == | == CSS Properties == | ||
− | <table border = "1" width=" | + | <table border = "1" width="500"> |
<tr> | <tr> | ||
<th>#</th> | <th>#</th> | ||
<th>CSS Property</th> | <th>CSS Property</th> | ||
<th>Assignee</th> | <th>Assignee</th> | ||
+ | <th>MDC Port Status</th> | ||
</tr> | </tr> | ||
Line 112: | Line 116: | ||
<td>[[CSS_GUIDE_COLOR | color]]</td> | <td>[[CSS_GUIDE_COLOR | color]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:color Already Exists]</td> | ||
</tr> | </tr> | ||
Line 118: | Line 123: | ||
<td>[[CSS_GUIDE_FONT_SIZE | font-size]]</td> | <td>[[CSS_GUIDE_FONT_SIZE | font-size]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:font-size Complete]</td> | ||
</tr> | </tr> | ||
Line 124: | Line 130: | ||
<td>[[CSS_GUIDE_FONT_FAMILY | font-family]]</td> | <td>[[CSS_GUIDE_FONT_FAMILY | font-family]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:font-family Already Exists]</td> | ||
</tr> | </tr> | ||
Line 130: | Line 137: | ||
<td>[[CSS_GUIDE_TEXT_DECORATION | text-decoration]]</td> | <td>[[CSS_GUIDE_TEXT_DECORATION | text-decoration]]</td> | ||
<td>[[user: Sherman | Sherman]]</td> | <td>[[user: Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:text-decoration Complete]</td> | ||
</tr> | </tr> | ||
Line 136: | Line 144: | ||
<td>[[CSS_GUIDE_FONT_WEIGHT | font-weight]]</td> | <td>[[CSS_GUIDE_FONT_WEIGHT | font-weight]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:font-weight Complete]</td> | ||
</tr> | </tr> | ||
Line 142: | Line 151: | ||
<td>[[CSS_GUIDE_BACKGROUND_COLOR | background-color]]</td> | <td>[[CSS_GUIDE_BACKGROUND_COLOR | background-color]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:background-color Already Exists]</td> | ||
</tr> | </tr> | ||
Line 148: | Line 158: | ||
<td>[[CSS_GUIDE_WIDTH | width]]</td> | <td>[[CSS_GUIDE_WIDTH | width]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:width Complete]</td> | ||
</tr> | </tr> | ||
Line 154: | Line 165: | ||
<td>[[CSS_GUIDE_TEXT_ALIGN | text-align]]</td> | <td>[[CSS_GUIDE_TEXT_ALIGN | text-align]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:text-align Complete]</td> | ||
</tr> | </tr> | ||
Line 160: | Line 172: | ||
<td>[[CSS_GUIDE_MARGIN_TOP | margin-top ]]</td> | <td>[[CSS_GUIDE_MARGIN_TOP | margin-top ]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 166: | Line 179: | ||
<td>[[CSS_GUIDE_MARGIN | margin]]</td> | <td>[[CSS_GUIDE_MARGIN | margin]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 172: | Line 186: | ||
<td>[[CSS_GUIDE_MARGIN_BOTTOM | margin-bottom]]</td> | <td>[[CSS_GUIDE_MARGIN_BOTTOM | margin-bottom]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 178: | Line 193: | ||
<td>[[CSS_GUIDE_BORDER | border]]</td> | <td>[[CSS_GUIDE_BORDER | border]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border Already Exists]</td> | ||
</tr> | </tr> | ||
Line 184: | Line 200: | ||
<td>[[CSS_GUIDE_PADDING | padding]]</td> | <td>[[CSS_GUIDE_PADDING | padding]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 190: | Line 207: | ||
<td>[[CSS_GUIDE_LINE_HEIGHT | line-height]]</td> | <td>[[CSS_GUIDE_LINE_HEIGHT | line-height]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 196: | Line 214: | ||
<td>[[CSS_GUIDE_HEIGHT | height]]</td> | <td>[[CSS_GUIDE_HEIGHT | height]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 202: | Line 221: | ||
<td>[[CSS_GUIDE_MARGIN_LEFT | margin-left]]</td> | <td>[[CSS_GUIDE_MARGIN_LEFT | margin-left]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 208: | Line 228: | ||
<td>[[CSS_GUIDE_FONT-STYLE | font-style]]</td> | <td>[[CSS_GUIDE_FONT-STYLE | font-style]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 214: | Line 235: | ||
<td>[[CSS_GUIDE_PADDING_LEFT | padding-left]]</td> | <td>[[CSS_GUIDE_PADDING_LEFT | padding-left]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 220: | Line 242: | ||
<td>[[CSS_GUIDE_PADDING_TOP | padding-top]]</td> | <td>[[CSS_GUIDE_PADDING_TOP | padding-top]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 226: | Line 249: | ||
<td>[[CSS_GUIDE_POSITION | position]]</td> | <td>[[CSS_GUIDE_POSITION | position]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:position Already Exists]</td> | ||
</tr> | </tr> | ||
Line 232: | Line 256: | ||
<td>[[CSS_GUIDE_BORDER_BOTTOM | border-bottom]]</td> | <td>[[CSS_GUIDE_BORDER_BOTTOM | border-bottom]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-bottom Already Exists]</td> | ||
</tr> | </tr> | ||
Line 238: | Line 263: | ||
<td>[[CSS_GUIDE_BACKGROUND_IMAGE | background-image]]</td> | <td>[[CSS_GUIDE_BACKGROUND_IMAGE | background-image]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:background-image Already Exists]</td> | ||
</tr> | </tr> | ||
Line 244: | Line 270: | ||
<td>[[CSS_GUIDE_BACKGROUND | background]]</td> | <td>[[CSS_GUIDE_BACKGROUND | background]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:background Already Exists]</td> | ||
</tr> | </tr> | ||
Line 250: | Line 277: | ||
<td>[[CSS_GUIDE_MARGIN_RIGHT | margin-right]]</td> | <td>[[CSS_GUIDE_MARGIN_RIGHT | margin-right]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 256: | Line 284: | ||
<td>[[CSS_GUIDE_BORDER_RIGHT | border-right]]</td> | <td>[[CSS_GUIDE_BORDER_RIGHT | border-right]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-right Already Exists]</td> | ||
</tr> | </tr> | ||
Line 262: | Line 291: | ||
<td>[[CSS_GUIDE_PADDING_BOTTOM | padding-bottom]]</td> | <td>[[CSS_GUIDE_PADDING_BOTTOM | padding-bottom]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 268: | Line 298: | ||
<td>[[CSS_BORDER_TOP | border-top]]</td> | <td>[[CSS_BORDER_TOP | border-top]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-top Already Exists]</td> | ||
</tr> | </tr> | ||
Line 274: | Line 305: | ||
<td>[[CSS_GUIDE_BORDER_LEFT | border-left]]</td> | <td>[[CSS_GUIDE_BORDER_LEFT | border-left]]</td> | ||
<td>[[user:Sherman | Sherman]]</td> | <td>[[user:Sherman | Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-left Already Exists]</td> | ||
</tr> | </tr> | ||
Line 280: | Line 312: | ||
<td>[[CSS_GUIDE_TOP | top]]</td> | <td>[[CSS_GUIDE_TOP | top]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 286: | Line 319: | ||
<td>[[CSS_GUIDE_DISPLAY | display]]</td> | <td>[[CSS_GUIDE_DISPLAY | display]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:display Complete]</td> | ||
</tr> | </tr> | ||
Line 292: | Line 326: | ||
<td>[[CSS_GUIDE_LEFT | left]]</td> | <td>[[CSS_GUIDE_LEFT | left]]</td> | ||
<td>[[user:sminchel|Sara Minchella ]]</td> | <td>[[user:sminchel|Sara Minchella ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 298: | Line 333: | ||
<td>[[CSS_GUIDE_PADDING_RIGHT | padding-right]]</td> | <td>[[CSS_GUIDE_PADDING_RIGHT | padding-right]]</td> | ||
<td>[[user:bhearsum| Ben Hearsum]]</td> | <td>[[user:bhearsum| Ben Hearsum]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 304: | Line 340: | ||
<td>[[CSS_GUIDE_VERTICAL_ALIGN | vertical-align]]</td> | <td>[[CSS_GUIDE_VERTICAL_ALIGN | vertical-align]]</td> | ||
<td>[[user:elichak|Liz Chak ]]</td> | <td>[[user:elichak|Liz Chak ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:vertical-align Already Exists]</td> | ||
</tr> | </tr> | ||
Line 310: | Line 347: | ||
<td>[[CSS_GUIDE_BACKGROUND_REPEAT | background-repeat]]</td> | <td>[[CSS_GUIDE_BACKGROUND_REPEAT | background-repeat]]</td> | ||
<td>[[user:elichak|Liz Chak ]]</td> | <td>[[user:elichak|Liz Chak ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:background-repeat Already Exists]</td> | ||
</tr> | </tr> | ||
Line 316: | Line 354: | ||
<td>[[CSS_GUIDE_Z_INDEX | z-index]]</td> | <td>[[CSS_GUIDE_Z_INDEX | z-index]]</td> | ||
<td>[[user:dtolj|Dejan ]]</td> | <td>[[user:dtolj|Dejan ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:z-index Already Exists]</td> | ||
</tr> | </tr> | ||
Line 322: | Line 361: | ||
<td>[[CSS_GUIDE_FLOAT | float]]</td> | <td>[[CSS_GUIDE_FLOAT | float]]</td> | ||
<td>[[user:dtolj|Dejan ]]</td> | <td>[[user:dtolj|Dejan ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:float Complete]</td> | ||
</tr> | </tr> | ||
Line 328: | Line 368: | ||
<td>[[CSS_GUIDE_CURSOR | cursor]]</td> | <td>[[CSS_GUIDE_CURSOR | cursor]]</td> | ||
<td>[[user:dtolj|Dejan ]]</td> | <td>[[user:dtolj|Dejan ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:cursor Complete]</td> | ||
</tr> | </tr> | ||
Line 334: | Line 375: | ||
<td>[[CSS_GUIDE_BORDER_STYLE | border-style]]</td> | <td>[[CSS_GUIDE_BORDER_STYLE | border-style]]</td> | ||
<td>[[user:cbguy1 | Colin Guy ]]</td> | <td>[[user:cbguy1 | Colin Guy ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-style Complete]</td> | ||
</tr> | </tr> | ||
Line 340: | Line 382: | ||
<td>[[CSS_GUIDE_FONT | font]]</td> | <td>[[CSS_GUIDE_FONT | font]]</td> | ||
<td>[[user:RichardChu | Richard Chu]]</td> | <td>[[user:RichardChu | Richard Chu]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:font Complete]</td> | ||
</tr> | </tr> | ||
Line 346: | Line 389: | ||
<td>[[CSS_GUIDE_BORDER_WIDTH | border-width]]</td> | <td>[[CSS_GUIDE_BORDER_WIDTH | border-width]]</td> | ||
<td>[[user:Dtolj| Dejan]]</td> | <td>[[user:Dtolj| Dejan]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-width Already Exists]</td> | ||
</tr> | </tr> | ||
Line 352: | Line 396: | ||
<td>[[CSS_GUIDE_BACKGROUND_POSITION | background-position]]</td> | <td>[[CSS_GUIDE_BACKGROUND_POSITION | background-position]]</td> | ||
<td>[[user:mckwan|Man Choi Kwan ]]</td> | <td>[[user:mckwan|Man Choi Kwan ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:background-position Already Exists]</td> | ||
</tr> | </tr> | ||
Line 358: | Line 403: | ||
<td>[[CSS_GUIDE_LETTER_SPACING | letter-spacing]]</td> | <td>[[CSS_GUIDE_LETTER_SPACING | letter-spacing]]</td> | ||
<td>[[user:Davenrathh|Dave Bertenshaw]]</td> | <td>[[user:Davenrathh|Dave Bertenshaw]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 364: | Line 410: | ||
<td>[[CSS_GUIDE_VISIBILITY | visibility]]</td> | <td>[[CSS_GUIDE_VISIBILITY | visibility]]</td> | ||
<td>[[User:RichardChu| Richard Chu]]</td> | <td>[[User:RichardChu| Richard Chu]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 370: | Line 417: | ||
<td>[[CSS_GUIDE_BORDER_COLOR | border-color]]</td> | <td>[[CSS_GUIDE_BORDER_COLOR | border-color]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-color Already Exists]</td> | ||
</tr> | </tr> | ||
Line 376: | Line 424: | ||
<td>[[CSS_GUIDE_BORDER_COLLAPSE | border-collapse]]</td> | <td>[[CSS_GUIDE_BORDER_COLLAPSE | border-collapse]]</td> | ||
<td>[[user:cbguy1 | Colin Guy ]]</td> | <td>[[user:cbguy1 | Colin Guy ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-collapse Complete]</td> | ||
</tr> | </tr> | ||
Line 382: | Line 431: | ||
<td>[[CSS_GUIDE_LIST_STYLE_TYPE | list-style-type]]</td> | <td>[[CSS_GUIDE_LIST_STYLE_TYPE | list-style-type]]</td> | ||
<td>[[user: ankuswan| Aditya Nanda Kuswanto ]]</td> | <td>[[user: ankuswan| Aditya Nanda Kuswanto ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:list-style-type Already Exists]</td> | ||
</tr> | </tr> | ||
Line 388: | Line 438: | ||
<td>[[CSS_GUIDE_TEXT_TRANSFORM | text-transform]]</td> | <td>[[CSS_GUIDE_TEXT_TRANSFORM | text-transform]]</td> | ||
<td>[[user: ankuswan| Aditya Nanda Kuswanto ]]</td> | <td>[[user: ankuswan| Aditya Nanda Kuswanto ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 394: | Line 445: | ||
<td>[[CSS_GUIDE_CLEAR | clear]]</td> | <td>[[CSS_GUIDE_CLEAR | clear]]</td> | ||
<td>[[user:sminchel|Sara Minchella ]]</td> | <td>[[user:sminchel|Sara Minchella ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:clear Complete]</td> | ||
</tr> | </tr> | ||
Line 400: | Line 452: | ||
<td>[[CSS_GUIDE_OVERFLOW | overflow]]</td> | <td>[[CSS_GUIDE_OVERFLOW | overflow]]</td> | ||
<td>[[user:RichardChu|Richard Chu]]</td> | <td>[[user:RichardChu|Richard Chu]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 406: | Line 459: | ||
<td>[[CSS_GUIDE_TEXT_INDENT | text-indent]]</td> | <td>[[CSS_GUIDE_TEXT_INDENT | text-indent]]</td> | ||
<td>[[user: ankuswan| Aditya Nanda Kuswanto ]]</td> | <td>[[user: ankuswan| Aditya Nanda Kuswanto ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 412: | Line 466: | ||
<td>[[CSS_GUIDE_-MOZ-BINDING | -moz-binding]]</td> | <td>[[CSS_GUIDE_-MOZ-BINDING | -moz-binding]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-binding Already Exists]</td> | ||
</tr> | </tr> | ||
Line 418: | Line 473: | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS | -moz-border-radius]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS | -moz-border-radius]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-radius Already Exists]</td> | ||
</tr> | </tr> | ||
Line 424: | Line 480: | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-TOPLEFT | -moz-border-radius-topleft]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-TOPLEFT | -moz-border-radius-topleft]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-radius-topleft Already Exists]</td> | ||
</tr> | </tr> | ||
Line 430: | Line 487: | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-TOPRIGHT | -moz-border-radius-topright]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-TOPRIGHT | -moz-border-radius-topright]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-radius-topright Already Exists]</td> | ||
</tr> | </tr> | ||
Line 436: | Line 494: | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-BOTTOMRIGHT | -moz-border-radius-bottomright]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-BOTTOMRIGHT | -moz-border-radius-bottomright]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-radius-bottomright Already Exists]</td> | ||
</tr> | </tr> | ||
Line 442: | Line 501: | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-BOTTOMLEFT | -moz-border-radius-bottomleft]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RADIUS-BOTTOMLEFT | -moz-border-radius-bottomleft]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
− | + | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-radius-bottomleft Already Exists]</td> | |
</tr> | </tr> | ||
Line 449: | Line 508: | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-TOP-COLORS | -moz-border-top-colors]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-TOP-COLORS | -moz-border-top-colors]]</td> | ||
<td>[[user:mattar1| Mohamed Attar]]</td> | <td>[[user:mattar1| Mohamed Attar]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-top-colors Already Exists]</td> | ||
</tr> | </tr> | ||
Line 455: | Line 515: | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-RIGHT-COLORS | -moz-border-right-colors]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-RIGHT-COLORS | -moz-border-right-colors]]</td> | ||
<td>[[user:mattar1| Mohamed Attar]]</td> | <td>[[user:mattar1| Mohamed Attar]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-right-colors Already Exists]</td> | ||
</tr> | </tr> | ||
Line 461: | Line 522: | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-BOTTOM-COLORS | -moz-border-bottom-colors]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-BOTTOM-COLORS | -moz-border-bottom-colors]]</td> | ||
<td>[[user:mattar1| Mohamed Attar]]</td> | <td>[[user:mattar1| Mohamed Attar]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-bottom-colors Already Exists]</td> | ||
</tr> | </tr> | ||
Line 467: | Line 529: | ||
<td>[[CSS_GUIDE_-MOZ-BORDER-LEFT-COLORS | -moz-border-left-colors]]</td> | <td>[[CSS_GUIDE_-MOZ-BORDER-LEFT-COLORS | -moz-border-left-colors]]</td> | ||
<td>[[user:mattar1| Mohamed Attar]]</td> | <td>[[user:mattar1| Mohamed Attar]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-border-left-colors Already Exists]</td> | ||
</tr> | </tr> | ||
Line 473: | Line 536: | ||
<td>[[CSS_GUIDE_-MOZ-OPACITY | -moz-opacity]]</td> | <td>[[CSS_GUIDE_-MOZ-OPACITY | -moz-opacity]]</td> | ||
<td>[[user:elichak| Liz Chak ]]</td> | <td>[[user:elichak| Liz Chak ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-opacity Already Exists]</td> | ||
</tr> | </tr> | ||
Line 479: | Line 543: | ||
<td>[[CSS_GUIDE_-MOZ-OUTLINE | -moz-outline]]</td> | <td>[[CSS_GUIDE_-MOZ-OUTLINE | -moz-outline]]</td> | ||
<td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> | <td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-outline Already Exists]</td> | ||
</tr> | </tr> | ||
Line 485: | Line 550: | ||
<td>[[CSS_GUIDE_-MOZ-OUTLINE-COLOR | -moz-outline-color]]</td> | <td>[[CSS_GUIDE_-MOZ-OUTLINE-COLOR | -moz-outline-color]]</td> | ||
<td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> | <td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-outline-color Already Exists]</td> | ||
</tr> | </tr> | ||
Line 491: | Line 557: | ||
<td>[[CSS_GUIDE_-MOZ-OUTLINE-SYTLE | -moz-outline-style]]</td> | <td>[[CSS_GUIDE_-MOZ-OUTLINE-SYTLE | -moz-outline-style]]</td> | ||
<td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> | <td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-outline-style Already Exists]</td> | ||
</tr> | </tr> | ||
Line 497: | Line 564: | ||
<td>[[CSS_GUIDE_-MOZ-OUTLINE-WIDTH | -moz-outline-width]]</td> | <td>[[CSS_GUIDE_-MOZ-OUTLINE-WIDTH | -moz-outline-width]]</td> | ||
<td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> | <td>[[user:ankuswan| Aditya Nanda Kuswanto ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-outline-width Already Exists]</td> | ||
</tr> | </tr> | ||
Line 503: | Line 571: | ||
<td>[[CSS_GUIDE_-MOZ-OUTLINE-FOCUS | -moz-outline-focus]]</td> | <td>[[CSS_GUIDE_-MOZ-OUTLINE-FOCUS | -moz-outline-focus]]</td> | ||
<td>[[user:dmmanley| Dave]]</td> | <td>[[user:dmmanley| Dave]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-user-focus Should this be "user-focus"?]</td> | ||
</tr> | </tr> | ||
Line 509: | Line 578: | ||
<td>[[CSS_GUIDE_-MOZ-USER-INPUT | -moz-user-input]]</td> | <td>[[CSS_GUIDE_-MOZ-USER-INPUT | -moz-user-input]]</td> | ||
<td>[[user:Sherman| Sherman]] & [[user:dwwoodsi|Dean]]</td> | <td>[[user:Sherman| Sherman]] & [[user:dwwoodsi|Dean]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:-moz-user-input Already Exists]</td> | ||
</tr> | </tr> | ||
Line 515: | Line 585: | ||
<td>[[CSS_GUIDE_-MOZ-USER-MODIFY | -moz-user-modify]]</td> | <td>[[CSS_GUIDE_-MOZ-USER-MODIFY | -moz-user-modify]]</td> | ||
<td>[[user:Sherman| Sherman]] & [[user:dwwoodsi|Dean]]</td> | <td>[[user:Sherman| Sherman]] & [[user:dwwoodsi|Dean]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 521: | Line 592: | ||
<td>[[CSS_GUIDE_-MOZ-USER-SELECT | -moz-user-select]]</td> | <td>[[CSS_GUIDE_-MOZ-USER-SELECT | -moz-user-select]]</td> | ||
<td>[[user:Sherman| Sherman]] & [[user:dwwoodsi|Dean]]</td> | <td>[[user:Sherman| Sherman]] & [[user:dwwoodsi|Dean]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 527: | Line 599: | ||
<td>[[CSS_GUIDE_TEXT-OVERFLOW| text-overflow]]</td> | <td>[[CSS_GUIDE_TEXT-OVERFLOW| text-overflow]]</td> | ||
<td>[[user:RichardChu|Richard Chu]]</td> | <td>[[user:RichardChu|Richard Chu]]</td> | ||
+ | <td>Clarify</td> | ||
</tr> | </tr> | ||
Line 533: | Line 606: | ||
<td>[[CSS_GUIDE_TEXT-JUSTIFY| text-justify]]</td> | <td>[[CSS_GUIDE_TEXT-JUSTIFY| text-justify]]</td> | ||
<td>[[user:RichardChu|Richard Chu]]</td> | <td>[[user:RichardChu|Richard Chu]]</td> | ||
+ | <td>Clarify</td> | ||
</tr> | </tr> | ||
Line 539: | Line 613: | ||
<td>[[CSS_GUIDE_RIGHT| right]]</td> | <td>[[CSS_GUIDE_RIGHT| right]]</td> | ||
<td>[[user:sminchel|Sara Minchella ]]</td> | <td>[[user:sminchel|Sara Minchella ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 545: | Line 620: | ||
<td>[[CSS_GUIDE_BORDER-SPACING| border-spacing]]</td> | <td>[[CSS_GUIDE_BORDER-SPACING| border-spacing]]</td> | ||
<td>[[user:sminchel|Sara Minchella ]]</td> | <td>[[user:sminchel|Sara Minchella ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-spacing Complete]</td> | ||
</tr> | </tr> | ||
Line 551: | Line 627: | ||
<td>[[CSS_GUIDE_BOTTOM| bottom]]</td> | <td>[[CSS_GUIDE_BOTTOM| bottom]]</td> | ||
<td>[[user:sminchel|Sara Minchella ]]</td> | <td>[[user:sminchel|Sara Minchella ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:bottom Already Exists]</td> | ||
</tr> | </tr> | ||
Line 557: | Line 634: | ||
<td>[[CSS_GUIDE_BACKGROUND-POSITION-X| background-position-x]]</td> | <td>[[CSS_GUIDE_BACKGROUND-POSITION-X| background-position-x]]</td> | ||
<td>[[user:cbguy1 | Colin Guy ]]</td> | <td>[[user:cbguy1 | Colin Guy ]]</td> | ||
+ | <td>Clarify - [http://developer.mozilla.org/en/docs/CSS:background-position Already Exists]</td> | ||
</tr> | </tr> | ||
Line 563: | Line 641: | ||
<td>[[CSS_GUIDE_BACKGROUND-POSITION-Y| background-position-y]]</td> | <td>[[CSS_GUIDE_BACKGROUND-POSITION-Y| background-position-y]]</td> | ||
<td>[[user:cbguy1 | Colin Guy ]]</td> | <td>[[user:cbguy1 | Colin Guy ]]</td> | ||
+ | <td>Clarify - [http://developer.mozilla.org/en/docs/CSS:background-position Already Exists]</td> | ||
</tr> | </tr> | ||
Line 569: | Line 648: | ||
<td>[[CSS_GUIDE_BORDER-BOTTOM-COLOR| border-bottom-color]]</td> | <td>[[CSS_GUIDE_BORDER-BOTTOM-COLOR| border-bottom-color]]</td> | ||
<td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-bottom-color Already Exists]</td> | ||
</tr> | </tr> | ||
Line 575: | Line 655: | ||
<td>[[CSS_GUIDE_BORDER-BOTTOM-STYLE| border-bottom-style]]</td> | <td>[[CSS_GUIDE_BORDER-BOTTOM-STYLE| border-bottom-style]]</td> | ||
<td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 581: | Line 662: | ||
<td>[[CSS_GUIDE_BORDER-BOTTOM-WIDTH| border-bottom-width]]</td> | <td>[[CSS_GUIDE_BORDER-BOTTOM-WIDTH| border-bottom-width]]</td> | ||
<td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-bottom-width Already Exists]</td> | ||
</tr> | </tr> | ||
Line 587: | Line 669: | ||
<td>[[CSS_GUIDE_BORDER-TOP-COLOR| border-top-color]]</td> | <td>[[CSS_GUIDE_BORDER-TOP-COLOR| border-top-color]]</td> | ||
<td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-top-color Already Exists]</td> | ||
</tr> | </tr> | ||
Line 593: | Line 676: | ||
<td>[[CSS_GUIDE_BORDER-TOP-STYLE| border-top-style]]</td> | <td>[[CSS_GUIDE_BORDER-TOP-STYLE| border-top-style]]</td> | ||
<td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-top-style Already Exists]</td> | ||
</tr> | </tr> | ||
Line 599: | Line 683: | ||
<td>[[CSS_GUIDE_BORDER-TOP-WIDTH| border-top-width]]</td> | <td>[[CSS_GUIDE_BORDER-TOP-WIDTH| border-top-width]]</td> | ||
<td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | <td>[[user: dwwoodsi | Dean]] &[[user:Sherman| Sherman]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-top-width Already Exists]</td> | ||
</tr> | </tr> | ||
Line 605: | Line 690: | ||
<td>[[CSS_GUIDE_FONT-SIZE-ADJUST| font-size-adjust]]</td> | <td>[[CSS_GUIDE_FONT-SIZE-ADJUST| font-size-adjust]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:font-size-adjust Complete]</td> | ||
</tr> | </tr> | ||
Line 611: | Line 697: | ||
<td>[[CSS_GUIDE_MAX-HEIGHT |max-height ]]</td> | <td>[[CSS_GUIDE_MAX-HEIGHT |max-height ]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 617: | Line 704: | ||
<td>[[CSS_GUIDE_MAX-WIDTH | max-width ]]</td> | <td>[[CSS_GUIDE_MAX-WIDTH | max-width ]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 623: | Line 711: | ||
<td>[[CSS_GUIDE_MIN-HEIGHT| min-height]]</td> | <td>[[CSS_GUIDE_MIN-HEIGHT| min-height]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 629: | Line 718: | ||
<td>[[CSS_GUIDE_MIN-WIDTH| min-width]]</td> | <td>[[CSS_GUIDE_MIN-WIDTH| min-width]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 635: | Line 725: | ||
<td>[[CSS_GUIDE_FONT-VARIANT|font-variant]]</td> | <td>[[CSS_GUIDE_FONT-VARIANT|font-variant]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 641: | Line 732: | ||
<td>[[CSS_GUIDE_AZIMUTH| azimuth]]</td> | <td>[[CSS_GUIDE_AZIMUTH| azimuth]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:azimuth Already Exists]</td> | ||
</tr> | </tr> | ||
Line 647: | Line 739: | ||
<td>[[CSS_GUIDE_DIRECTION| direction]]</td> | <td>[[CSS_GUIDE_DIRECTION| direction]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:direction Already Exists]</td> | ||
</tr> | </tr> | ||
Line 653: | Line 746: | ||
<td>[[CSS_GUIDE_LIST-STYLE| list-style]]</td> | <td>[[CSS_GUIDE_LIST-STYLE| list-style]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:list-style Already Exists]</td> | ||
</tr> | </tr> | ||
Line 659: | Line 753: | ||
<td>[[CSS_GUIDE_LIST-STYLE-IMAGE| list-style-image]]</td> | <td>[[CSS_GUIDE_LIST-STYLE-IMAGE| list-style-image]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:list-style-image Already Exists]</td> | ||
</tr> | </tr> | ||
Line 665: | Line 760: | ||
<td>[[CSS_GUIDE_LIST-STYLE-POSITION| list-style-position]]</td> | <td>[[CSS_GUIDE_LIST-STYLE-POSITION| list-style-position]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:list-style-position Already Exists]</td> | ||
</tr> | </tr> | ||
Line 671: | Line 767: | ||
<td>[[CSS_GUIDE_OUTLINE-COLOR| outline-color ]]</td> | <td>[[CSS_GUIDE_OUTLINE-COLOR| outline-color ]]</td> | ||
<td>[[user:mdsouza | Mark ]]</td> | <td>[[user:mdsouza | Mark ]]</td> | ||
+ | <td> </td> | ||
</tr> | </tr> | ||
Line 677: | Line 774: | ||
<td>[[CSS_GUIDE_BORDER-LEFT-COLOR| border-left-color]]</td> | <td>[[CSS_GUIDE_BORDER-LEFT-COLOR| border-left-color]]</td> | ||
<td>[[user:Sherman|Sherman ]]</td> | <td>[[user:Sherman|Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-left-color Already Exists]</td> | ||
</tr> | </tr> | ||
Line 683: | Line 781: | ||
<td>[[CSS_GUIDE_BORDER-LEFT-STYLE| border-left-style]]</td> | <td>[[CSS_GUIDE_BORDER-LEFT-STYLE| border-left-style]]</td> | ||
<td>[[user:Sherman| Sherman ]]</td> | <td>[[user:Sherman| Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-left-style Already Exists]</td> | ||
</tr> | </tr> | ||
Line 689: | Line 788: | ||
<td>[[CSS_GUIDE_BORDER-LEFT-WIDTH| border-left-width]]</td> | <td>[[CSS_GUIDE_BORDER-LEFT-WIDTH| border-left-width]]</td> | ||
<td>[[user:Sherman| Sherman ]]</td> | <td>[[user:Sherman| Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-left-width Already Exists]</td> | ||
</tr> | </tr> | ||
Line 695: | Line 795: | ||
<td>[[CSS_GUIDE_BORDER-RIGHT-COLOR| border-right-color]]</td> | <td>[[CSS_GUIDE_BORDER-RIGHT-COLOR| border-right-color]]</td> | ||
<td>[[user:Sherman| Sherman ]]</td> | <td>[[user:Sherman| Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-right-color Already Exists]</td> | ||
</tr> | </tr> | ||
Line 701: | Line 802: | ||
<td>[[CSS_GUIDE_BORDER-RIGHT-STYLE| border-right-style]]</td> | <td>[[CSS_GUIDE_BORDER-RIGHT-STYLE| border-right-style]]</td> | ||
<td>[[user:Sherman| Sherman ]]</td> | <td>[[user:Sherman| Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-right-style Already Exists]</td> | ||
</tr> | </tr> | ||
Line 707: | Line 809: | ||
<td>[[CSS_GUIDE_BORDER-RIGHT-WIDTH| border-right-width]]</td> | <td>[[CSS_GUIDE_BORDER-RIGHT-WIDTH| border-right-width]]</td> | ||
<td>[[user:Sherman| Sherman ]]</td> | <td>[[user:Sherman| Sherman ]]</td> | ||
+ | <td>[http://developer.mozilla.org/en/docs/CSS:border-right-width Already Exists]</td> | ||
</tr> | </tr> | ||
</table> | </table> |
Latest revision as of 22:37, 20 February 2007
Contents
Project Name
CSS Guide
Roadmap
The project has progressed amazingly well thus far! The project leaders would like to take this opportunity to sincerely thank each and every contributor for their time and effort and input. More importantly we thank them for their interest in the success of our project.
Moving forward, there are still a few tags already on the current list that require completion.
Coming Soon
- This section will contain status information about what is done and what is left to do, etc.
- Basically current state of affairs.
Project Description
The Mozilla Developer Center would like to add a CSS guide to its set of major documents, covering at least the top 100 CSS properties in use on the web today. This data can be obtained through tools . It should include numerous examples, and a fair number of small tutorial/how-to sections for different common tasks or requests from web authors.
References:
Project Leader(s)
Sherman Fernandes (sherman)
Mark D'Souza (mdsouza)
Dave Manley (seneManley)
Lukas Blakk (lsblakk)
Project Contributor(s)
Andrew Smith (andrew) - setup SVN accounts for all project members.
Dave Humphrey (dave) - Course Professor, providing valuable insight and direction.
Ian Hickson (hixie)
Mike Shaver (shaver) - Obtained CSS property usage data.
Colin Guy for all his help in growing the property list.
NOTE: only Project Leader(s) should add names here. You can’t add your own name to the Contributor list.
CSS Property Documentation Contributors
Sara Minchella
Ben Hearsum
Liz Chak
Dejan Tolj
Colin Guy
Richard Chu
Man Choi Kwan
Dave Bertenshaw
Dean Woodside
Aditya Nanda Kuswanto
Mohamad Attar
For a complete list of contributors please see the property list.
Thanks to all contributors for their efforts !
New Recruits
If you like to help in this CSS Guide, add your name next to a property and link it to your profile page in this section. We'll add you as a contributor! (if we miss someone, let us know).
Project Details
- Get connected to #devmo on IRC and specifically to dria (she owns MDC) and sheppy (technical writer/dev with Mozilla).
- Begin by creating a single page template that you can use for all of your work later on.
- Shaver to get data on top CSS properties: see http://triin.net/2006/06/12/CSS
- Research where in the Mozilla code base the CSS properties live, since you'll want to be able to consult that code as you research info about the properties and their use in Firefox. For this you can use http://lxr.mozilla.org
- Once the list is known, divide it and work in parallel.
- Research Mozilla proprietary tags and their usability in browsers.
Project News
- Feb 3, 2007 - Lukas has begun porting properties across, and the work is going well.
- Jan 30, 2007 - Spoke to Eric Shepherd about the project, and he expressed interest in having it transfered to devmo. He suggests using the existing border-style property on devmo as an example of how to format what we have. Lukas Blakk has offered to take the lead on this effort.
- Dec 13, 2006 - The CSS Guide is almost completed! A couple more properties to fill in
- Dec 13, 2006 - We now have 100 properties!!! Just need people to help fill it in
- Dec 13, 2006 - Thanks to Colin and Mark for expanding the property list (currently 80+).
- Dec 6, 2006 - Added more elements (from 69+)
- Dec 6, 2006 - Looking for ways to contribute other than documenting tags? Why not help us complete the list of the top 100 CSS tags. Contact a project leader for more information on how you can help.
- Nov 22, 2006 - We welcome and thank all the new contributors to their project for all their efforts. Contributing to the project is easy. To get started simply pick an unassigned property from the task list below and follow the template. Feel free to contact the any project leader should you have any questions.
- Nov 15, 2006 - Assigned initial 30 CSS properties among project leaders.
- Nov 15, 2006 - Added 19 Mozilla-specific proprietary CSS properties to CSS table.
- Nov 15, 2006 - Gave project update to colleagues in DPS909 and recruited documentors for the project.
- Nov 10, 2006 - Added table of top 50 CSS properties for completion (Additional 50 to follow).
- Nov 10, 2006 - CSS Property "Color" page outline completed.
- Oct 29, 2006 - Working to complete documentation for a few tags prior to submitting it for review.
- Oct 22, 2006 - Currently working to document a few CSS properties (minimum of 3) using the initial template draft as a guide. The next step would be to share experiences / feedback etc. regarding the template so that suggested revisions / corrections can be made moving forward. This will allow us to improve the quality of the template right from the start and prevent painful re-working later on. Some of the most used CSS properties can be found here. Thanks to Mike Shaver for providing us with this info !
- Oct 17, 2006 - Spoke to Shaver and got a list of CSS properties and their usage. See above.
- Oct 07,2006 - Created initial template draft for initial review. This is a work in progress and is subject to change. The template currently only contains heading titles but will be updated to reflect sample content.
- Oct 06, 2006 - Prof. Humphrey (dave) stated that Mike Shaver is working with Ian Hickson (hixie) at Google regarding getting access to their CSS related data.
- Sept 30,2006 - Currently trying to determine which headings i.e CSS property details etc. are the most important and thus should be included in the design of the single page template.
- Sept 26, 2006 (dave) - I spoke to shaver on the phone today about this project, and he had some suggestions. First, he is going to see if hixie (Ian Hickson) at Google can help us get access to the top 100 CSS properties/etc (see http://code.google.com/webstats/ for another similar project he's done). Shaver also suggested that the best starting point is for you to create a Single Page Template that you'll use to work on all these. This page should include things like: links to W3C standards, example uses, description, data (e.g., legal values, edge cases, etc.) from the Mozilla code, etc. You might want to consult the existing CSS Reference (e.g., the background property), but don't use that as the basis for your template--it is not complete. Once you have the top 100 properties/etc you can divide them up between you and tackle this in parallel.