ADVERTISEMENT

Spanish football chief Rubiales to quit over World Cup kiss scandal

Published Aug 25, 2023 01:08 am

At A Glance

  • Spanish football chief Luis Rubiales will quit his post after being roundly condemned by the football world and beyond for forcibly kissing a Spain player on the mouth following the Women's World Cup finals, several media outlets reported Thursday, Aug. 24.

MADRID (AFP) -- Spanish football chief Luis Rubiales will quit his post after being roundly condemned by the football world and beyond for forcibly kissing a Spain player on the mouth following the Women's World Cup finals, several media outlets reported Thursday, Aug. 24.

33T62WG-highres.jpg
Spain's defender Rocio Galvez (left) is congratulates by President of the Royal Spanish Football Federation Luis Rubiales (right) after winning the Australia and New Zealand 2023 Women's World Cup finals football match between Spain and England at Stadium Australia in Sydney on Aug. 20. (AFP) 

Rubiales, 46, will submit his resignation as president of the Spanish football federation (RFEF) on Friday at an extraordinary general assembly, according to the reports.

After Spain's 1-0 win over England in the finals in Sydney on Sunday Rubiales gave midfielder Jennifer Hermoso an unsolicited kiss on the lips. He also celebrated victory by grabbing his genitals.

The RFEF did not immediately respond to an AFP request for comment.

"Feminism is changing everything," wrote Spain's Minister for Equality Irene Montero on social media, shortly after the reports emerged.

Rubiales came under unprecedented pressure to resign, with days of criticism from figures including Spanish prime minister Pedro Sanchez, Spain's women's league and several men's La Liga clubs, as well as internationally.

FIFA opened disciplinary proceedings against Rubiales earlier Thursday. FIFA said the incident "may constitute violations of article 13 paragraphs 1 and 2 of the FIFA disciplinary code".

Spain star Hermoso released a joint statement with union Futpro on Wednesday, which called for action to be taken against the RFEF president.

"We are working to ensure that acts such as those we have seen never go unpunished, that they are sanctioned and that the exemplary measures are adopted to protect women footballers from actions that we believe are unacceptable," the statement said.

Human rights organization Amnesty International offered their backing to Hermoso on Thursday.

"Amnesty International wants to show their support for the demands of the player, who has asked the (RFEF) to set underway 'exemplary measures' regarding the non-consensual kiss," said the organization in a statement.

"(We) underline that this behavior is a form of sexual violence like any other, and cannot be justified in any way."

Rubiales laughed off the incident earlier in the week, branding his critics "idiots" for reading too much into what an RFEF spokesman initially described to AFP as a "spontaneous celebration".

However he later issued an apology which was also criticized, with prime minister Sanchez saying it was "insufficient".

 

Mounting criticism

 

Earlier Thursday Real Madrid coach Carlo Ancelotti admonished Rubiales for his conduct as the criticism continued to mount.

"It's a very delicate topic, like most people it was behavior that I obviously did not like," Ancelotti told a news conference.

"It was not the behavior of a president of the federation."

Further Spanish clubs joined the wave of dissent against Rubiales on Thursday, following Getafe president Angel Torres the day before.

"We must all be consistent with what we do and say, that's a fundamental thing," Atletico Madrid president Enrique Cerezo told TV show Jugones on Spanish channel Mega.

"He will have to do what he considers appropriate, but I think that what he has to do is present his resignation."

Real Sociedad president Jokin Aperribay also positioned himself against Rubiales.

"This should have been over days ago, it's a shame that we are here and this has not been concluded," he told Radio Euskadi.

Rubiales became president of the RFEF in May 2018 and has since been mired in a number of controversies.

He sacked Spain coach Julen Lopetegui two days before the country began their 2018 World Cup campaign, and moved the Spanish Super Cup to Saudi Arabia.

Rubiales backed controversial coach Jorge Vilda amid a wider dispute with 15 female players who refused to play for Spain, although several relented and three were called up to the World Cup winning squad.

Barcelona fans at their women's team's friendly against Juventus on Thursday evening had chanted for Rubiales to resign.

The Barcelona team featured three players -- Patri Guijarro, Mapi Leon and Claudia Pina -- who had not renounced their stance and missed out on the tournament in Australia and New Zealand.

Related Tags

FIFA Women’s World Cup
ADVERTISEMENT
.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1561_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1562_widget.title }}

.most-popular .layout-ratio{ padding-bottom: 79.13%; } @media (min-width: 768px) and (max-width: 1024px) { .widget-title { font-size: 15px !important; } }

{{ articles_filter_1563_widget.title }}

{{ articles_filter_1564_widget.title }}

.mb-article-details { position: relative; } .mb-article-details .article-body-preview, .mb-article-details .article-body-summary{ font-size: 17px; line-height: 30px; font-family: "Libre Caslon Text", serif; color: #000; } .mb-article-details .article-body-preview iframe , .mb-article-details .article-body-summary iframe{ width: 100%; margin: auto; } .read-more-background { background: linear-gradient(180deg, color(display-p3 1.000 1.000 1.000 / 0) 13.75%, color(display-p3 1.000 1.000 1.000 / 0.8) 30.79%, color(display-p3 1.000 1.000 1.000) 72.5%); position: absolute; height: 200px; width: 100%; bottom: 0; display: flex; justify-content: center; align-items: center; padding: 0; } .read-more-background a{ color: #000; } .read-more-btn { padding: 17px 45px; font-family: Inter; font-weight: 700; font-size: 18px; line-height: 16px; text-align: center; vertical-align: middle; border: 1px solid black; background-color: white; } .hidden { display: none; }
function initializeAllSwipers() { // Get all hidden inputs with cms_article_id document.querySelectorAll('[id^="cms_article_id_"]').forEach(function (input) { const cmsArticleId = input.value; const articleSelector = '#article-' + cmsArticleId + ' .body_images'; const swiperElement = document.querySelector(articleSelector); if (swiperElement && !swiperElement.classList.contains('swiper-initialized')) { new Swiper(articleSelector, { loop: true, pagination: false, navigation: { nextEl: '#article-' + cmsArticleId + ' .swiper-button-next', prevEl: '#article-' + cmsArticleId + ' .swiper-button-prev', }, }); } }); } setTimeout(initializeAllSwipers, 3000); const intersectionObserver = new IntersectionObserver( (entries) => { entries.forEach((entry) => { if (entry.isIntersecting) { const newUrl = entry.target.getAttribute("data-url"); if (newUrl) { history.pushState(null, null, newUrl); let article = entry.target; // Extract metadata const author = article.querySelector('.author-section').textContent.replace('By', '').trim(); const section = article.querySelector('.section-info ').textContent.replace(' ', ' '); const title = article.querySelector('.article-title h1').textContent; // Parse URL for Chartbeat path format const parsedUrl = new URL(newUrl, window.location.origin); const cleanUrl = parsedUrl.host + parsedUrl.pathname; // Update Chartbeat configuration if (typeof window._sf_async_config !== 'undefined') { window._sf_async_config.path = cleanUrl; window._sf_async_config.sections = section; window._sf_async_config.authors = author; } // Track virtual page view with Chartbeat if (typeof pSUPERFLY !== 'undefined' && typeof pSUPERFLY.virtualPage === 'function') { try { pSUPERFLY.virtualPage({ path: cleanUrl, title: title, sections: section, authors: author }); } catch (error) { console.error('ping error', error); } } // Optional: Update document title if (title && title !== document.title) { document.title = title; } } } }); }, { threshold: 0.1 } ); function showArticleBody(button) { const article = button.closest("article"); const summary = article.querySelector(".article-body-summary"); const body = article.querySelector(".article-body-preview"); const readMoreSection = article.querySelector(".read-more-background"); // Hide summary and read-more section summary.style.display = "none"; readMoreSection.style.display = "none"; // Show the full article body body.classList.remove("hidden"); } document.addEventListener("DOMContentLoaded", () => { let loadCount = 0; // Track how many times articles are loaded const offset = [1, 2, 3, 4, 5, 6, 7, 8, 9, 10]; // Offset values const currentUrl = window.location.pathname.substring(1); let isLoading = false; // Prevent multiple calls if (!currentUrl) { console.log("Current URL is invalid."); return; } const sentinel = document.getElementById("load-more-sentinel"); if (!sentinel) { console.log("Sentinel element not found."); return; } function isSentinelVisible() { const rect = sentinel.getBoundingClientRect(); return ( rect.top < window.innerHeight && rect.bottom >= 0 ); } function onScroll() { if (isLoading) return; if (isSentinelVisible()) { if (loadCount >= offset.length) { console.log("Maximum load attempts reached."); window.removeEventListener("scroll", onScroll); return; } isLoading = true; const currentOffset = offset[loadCount]; window.loadMoreItems().then(() => { let article = document.querySelector('#widget_1690 > div:nth-last-of-type(2) article'); intersectionObserver.observe(article) loadCount++; }).catch(error => { console.error("Error loading more items:", error); }).finally(() => { isLoading = false; }); } } window.addEventListener("scroll", onScroll); });

Sign up by email to receive news.