mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +01:00
Compute attribute name atoms at compile-time.
This commit is contained in:
parent
3720e4d5ef
commit
c02c0576c8
28 changed files with 152 additions and 187 deletions
|
@ -47,13 +47,13 @@ impl HTMLFontElementMethods for HTMLFontElement {
|
|||
make_legacy_color_setter!(SetColor, "color");
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-font-face
|
||||
make_getter!(Face);
|
||||
make_getter!(Face, "face");
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-font-face
|
||||
make_atomic_setter!(SetFace, "face");
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-font-size
|
||||
make_getter!(Size);
|
||||
make_getter!(Size, "size");
|
||||
|
||||
// https://html.spec.whatwg.org/multipage/#dom-font-size
|
||||
fn SetSize(&self, value: DOMString) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue