Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dolt #18846

Closed
wants to merge 6 commits into from
Closed

Dolt #18846

Changes from 1 commit
Commits
File filter...
Filter file types
Jump to…
Jump to file
Failed to load files.

Always

Just for now

Prev

Add Picture Element- WIP

  • Loading branch information
Rakhisharma committed Oct 12, 2017
commit b5908a99f4232e73f4cd2cbba4f510062b3da2fa
@@ -0,0 +1,14 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

use dom::htmlelement::HTMLElement;

#[dom_struct]
pub struct HTMLPictureElement {
htmlelement: HTMLElement,
}

impl HTMLPictureElement {

}
@@ -0,0 +1,10 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */

// https://html.spec.whatwg.org/multipage/#htmlimageelement
[HTMLConstructor]
interface HTMLPictureElement : HTMLElement {};

// https://html.spec.whatwg.org/multipage/#HTMLPictureElement-partial
partial interface HTMLPictureElement {};
ProTip! Use n and p to navigate between commits in a pull request.
You can’t perform that action at this time.