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

Issue 695423004: Specs: Drop the concept of late-bound elements. An element can never be upgraded. (Closed)

Created:
6 years, 1 month ago by Hixie
Modified:
6 years, 1 month ago
Reviewers:
esprehn
CC:
esprehn, abarth-chromium, mojo-reviews_chromium.org, ojan
Base URL:
https://github.com/domokit/mojo.git@master
Project:
mojo
Visibility:
Public.

Description

Specs: Drop the concept of late-bound elements. An element can never be upgraded. This has the following implications: - There's no createElement() function any more. If you want to create an element from script, you have to use its constructor. - There's no async element registration. The parser will block until all the imports are imported when you use a tag name of a custom element that hasn't been registered yet, in case one of the imports defines it. - If you try to construct a non-registered element in markup, it turns into an <error> element. - <div>, <span>, and <error> are new built-in elements. R=esprehn@chromium.org Committed: https://chromium.googlesource.com/external/mojo/+/a3dae915ea6f9e688551fa8e90e59ba0e7749c7a

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+96 lines, -41 lines) Patch
M sky/examples/home.sky View 1 chunk +6 lines, -6 lines 0 comments Download
M sky/specs/apis.md View 4 chunks +52 lines, -9 lines 0 comments Download
M sky/specs/markup.md View 3 chunks +14 lines, -0 lines 0 comments Download
M sky/specs/modules.md View 1 chunk +6 lines, -15 lines 0 comments Download
M sky/specs/parsing.md View 2 chunks +18 lines, -11 lines 0 comments Download

Messages

Total messages: 3 (1 generated)
esprehn
lgtm
6 years, 1 month ago (2014-11-04 00:48:40 UTC) #2
Hixie
6 years, 1 month ago (2014-11-04 00:52:51 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 (id:1) manually as
a3dae915ea6f9e688551fa8e90e59ba0e7749c7a (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698