Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(36)

Unified Diff: sky/specs/markup.md

Issue 678693003: Docs: fix markdown in various files, update the README mildly (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « sky/specs/apis.md ('k') | sky/specs/modules.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/specs/markup.md
diff --git a/sky/specs/markup.md b/sky/specs/markup.md
index cccd2853879c03ab1a5be7cb429c8ea1ce932fed..180111e49155f5181c626d266aa6909354b6356d 100644
--- a/sky/specs/markup.md
+++ b/sky/specs/markup.md
@@ -204,11 +204,10 @@ Sky Markup: Global Attributes
The following attributes are available on all elements:
-id="" (any value)
-class="" (any value, space-separated)
-style="" (declaration part of a Sky style rule)
-lang="" (language code)
-dir="" (ltr or rtl only)
-
-contenteditable="" (subject to future developments)
-tabindex="" (subject to future developments)
+* ``id=""`` (any value)
+* ``class=""`` (any value, space-separated)
+* ``style=""`` (declaration part of a Sky style rule)
+* ``lang=""`` (language code)
+* ``dir=""`` (ltr or rtl only)
+* ``contenteditable=""`` (subject to future developments)
+* ``tabindex=""`` (subject to future developments)
« no previous file with comments | « sky/specs/apis.md ('k') | sky/specs/modules.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698